Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

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

Document Table of Contents

csv-delimiter

Set the delimiter for a report in CSV format.

Syntax

--csv-delimiter=<string>

Arguments

<string> is one of the following: comma | semicolon | tab

Default

comma

Actions Modified

report=[report type] --format=csv

Example

Generate a Dependencies report. Output in CSV format with tab delimiters.

advisor --report=dependencies --format=csv --csv-delimiter=tab --report-output=./out/advisor-Dependencies.csv --project-dir=./advi_results

See Also