==GUI==
Go to Menu ''Database'' → ''New'', then choose the ''Parsing tab'' and activate "CSVcsv" in the input format combobox.
The below panel will change and you can set several options for the csv parsing.
=Text Parser=
It is possible to parse Text documents and create databases with them.
==GUI==
Go to Menu ''Database'' → ''New'', then choose the ''Parsing tab'' and activate "text" in the input format combobox.
The below panel will change and you can set the line option for the text parsing.
;Line
: activate if the input has to be split into lines
==Command Line==
Turn on the CSV Parser before parsing documents: SET PARSER TEXT<br />
Additionally the above options can be set e.g.: SET PARSEROPT lines=true
[[Category: Internal]]