* '''Encoding''': Choose the appropriate encoding of the CSV file.
* '''Separator''': Choose the column separator of the CSV file. Possible: <code>comma</code>, <code>semicolon</code>, <code>tab</code> or (since {{Version|7.2.23}}) <code>space</code> or an arbitrary character.
* '''XML format''': Choose the XML format. Possible: <code>verbose</code>, <code>simple</code>.
* '''Header''': Activate this option if the incoming CSV files have a header line.
===Command Line===
Turn on the CSV Parser before parsing documents, and set some optional, parser-specific options and a file filter. Since {{Version|7.2.23}}, Unicode code points can be specified as separators; {{Code|32}} is the code point for spaces:
SET [[Options#PARSER|PARSER]] csv
=Changelog=
===Version 7.2.23===
* Updated: SEPARATOR option of CSV parser may now contain arbitrary code points.