csv_col_separator
Description
Description
Text/CSV file related property specifying the character(s) used to separate fields/column values in a CSV or Text file.
Read/Write property
Type:string
Example
Example
DS.csv_positional = false ‘ delimited file, not positional output
DS.csv_text_qualifier = "||" ‘ set the text qualifier to ||
DS.csv_col_separator = "," ‘ set field delimiter to comma
See also
See also