==Command Line==
Turn on the CSV Parser before parsing documents: <code>SET PARSER csv</code>. Next, use <code>[[Options#Database_options|PARSEROPT]]</code> to set parser-specific options (<font color="orange">Version 6.5.1</font>).
Example: <code>SET PARSEROPT header=yes, format=simple, separator=tab</code>