A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-4C56234C-0D82-4862-B47B-97B88F287BFF
Visible to Intel only — GUID: GUID-4C56234C-0D82-4862-B47B-97B88F287BFF
csv-delimiter
Specify the delimiter when generating a report in tabular format.
Syntax
-csv-delimiter <string> |
Arguments
comma | tab
Default
comma
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