csvDelimiter property
Delimiter used in the CSV file, if outputFormat
is set to csv
.
Defaults to the ,
(comma) character. Supported delimiter characters
include comma (,
), pipe (|
), and tab (\t
).
Implementation
core.String? csvDelimiter;