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