Intel® Advisor Help
Specify the delimiter when generating a report in tabular format.
-csv-delimiter <string> |
comma | semicolon | tab
comma (,)
Use the csv-delimiter action-option to specify a delimiter when generating a report in CSV file format. You must use format csv to specify the CSV format. To save the report to a file, also use the report-output option to specify the filename and extension.
This command generates a Dependencies report in tabular format, using tab delimiters, and saves it as advisor-Dependencies.csv.
$ advixe-cl -report Dependencies -project-dir ./advi -format csv -csv-delimiter tab –report-output ./out/advisor-Dependencies.csv