Intel® Inspector User Guide for Linux* OS

ID 767796
Date 5/15/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

<span class='option'>csv-delimiter</span>

Specify the delimiter when generating a report in tabular format.

Syntax

-csv-delimiter <string>

Arguments

comma | tab

Default

comma

Actions Modified

report with format

Description

Use the csv-delimiter action-option to specify a delimiter when generating a report in CSV file format.

Example

This example generates an observations report with tab delimiters and saves it as the file observations.csv.

$ inspxe-cl -report observations -format csv -csv-delimiter tab -report-output ./out/observations.csv