Quote Handling
Used for processing Comma Separated Value (CSV) files. This provides pre-defined
options for handling possible quotation marks around elements. Select one of the following:
-
None - No special handling for quotation marks.
-
Optional Quotes - Double quotation marks may be present or absent for this element. If they are present, they will bound the element, and they will not be included in the data. If they are absent, the element is bounded by the normal initiator or terminator.
-
Required Quotes - Same as Optional Quotes, except that the quotation marks must be present for each element. If the quotation marks are missing, an error will occur.