The output file will be in the CSV format and can be customized with the following options.
This option specifies if:
Specifies the character that will be used as text qualifier. By default, a quotation mark is used.
Specifies the characters used for line breaks. By default the client operating system is used. The line break option:
\r\n
, CR LF (Default)\r
, CR\n
, LFSpecifies the encoding for the CSV file. By default, the server default encoding is used.
Specifies the delimiter that separates the fields. By default, a comma is used. Other values are Semicolon, Tab, other or "Fixed Width".
If "Fixed Width" is used, then it is possible to specify a comma separated list of fixed column widths, e.g. 3,5,5
or 5,5,,4
. The following default values will be used for columns without specified width:
If "Fixed Width" is used the exported CSV file will not contain column delimiters and text qualifier.