Smile CDR v2024.05.PRE
On this page:
   45.36    MDM UI 45.38    ETL Import: Source   

45.37.1ETL Import: CSV Properties

 

The ETL Import: CSV Properties configuration category includes the following configurable options:

  • CSV File Delimiter

  • Parse Quotes

45.37.2Property: CSV File Delimiter

 
Property Name CSV File Delimiter
Property Key
Property Type STRING
Description 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.
Applies to Modules
  • ETL Importer
Default Value ,
Example Property
module.[MODULE_ID].config.csv.delimiter = ,

45.37.3Property: Parse Quotes

 
Property Name Parse Quotes
Property Key
Property Type BOOLEAN
Description 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).
Applies to Modules
  • ETL Importer
Default Value true
Example Property
module.[MODULE_ID].config.csv.parse_quotes = true
   45.36    MDM UI 45.38    ETL Import: Source