csv-delimiter
csv-delimiter
Specify the
delimiter when generating a report in tabular format.
Syntax
-csv-delimiter
<string>
Arguments
comma | tab
Default
comma
Description
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