Intel® Advisor Help

csv-delimiter

Specify the delimiter when generating a report in tabular format.

Syntax

-csv-delimiter <string>

Arguments

comma | semicolon | tab

Default

comma (,)

Actions Modified

report

Description

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.

Example

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

See Also