ETL Import: CSV Properties
The ETL Import: CSV Properties configuration category includes the following configurable options:
CSV File Delimiter
Parse Quotes
|
CSV File Delimiter |
|
|
STRING | |
For CSV import files, this setting defines the delimiter to use when parsing files. Escape special characters with '\'. E.g. for tab, use '\t'. Note only one delimiter is supported. | |
|
|
,
|
|
|
|
Parse Quotes |
|
|
BOOLEAN | |
If enabled, quoted values will be parsed per the rules specified in RFC 4180. If this is disabled, quoted values will be parsed verbatim (and any quote marks will be included in the parsed values). | |
|
|
true
|
|
|