csv_col_separator

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

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

csv_include_column_names

csv_position

csv_text_qualifier

DS