
Delimiter |
Defines the separator between two table cells. The following separators are choosable:
- ',' (Comma)
- ';' (Semicolon)
- '\t' (Tabulator)
- ' ' (Space)
- '|' (Pipe)
|
Text Qualifier |
Defines the text qualifier used if the cell value contains the delimer. The following qualifiers are choosable:
- '' (Single Quotes)
- "" (Quotes)
|
|
The Original Table:
CSV export (Delimiter = ; (Semicolon); Text Qualifier = "):
id;date_col;text_col;
1;10.04.2004 00:00:00;"abc;";
2;10.04.2004 00:00:00;test;
3;10.04.2004 00:00:00;Abc;
|