csv-delimiter
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