Intel® Inspector Help
Specify the delimiter when generating a report in tabular format.
-csv-delimiter <string> |
comma | tab
comma
Use the csv-delimiter action-option to specify a delimiter when generating a report in CSV file format.
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