Directory Integrator, Version 7.1.1
The Comma Separated Values (CSV) Parser reads and writes data in a CSV format.
On output, multi-valued attributes only deliver their first value.
The Parser has the following parameters:
When reading, quotation marks around the field are stripped if this parameter is set to true, and the parser is able to read quoted attributes containing the column separator. If this parameter is set to false, the parser returns unexpected values when the input contains fields delimited by quotation marks.
The fields, and implicitly, the number of fields, are defined either using the Field Names parameter, or in absence of this, the first line of the file.
The schema which the CSV Parsers provides to the Input/Output Connector map is taken from the value of the Field Names configuration parameter of the Parser. The parser will simply copy the fields from the parameter to the Maps of the Connector. This saves you from copying all the fields one by one from the Parser to the corresponding Connector Map.