Creating Documents from Delimited Text Files
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 10.0
- Documentation
Use the delimited_text input file type to import content from a delimited text file and create an XML or JSON document corresponding to each line. For line-delimited JSON data, see Creating Documents from Line-Delimited JSON Files.
The following options are commonly used in the generation of documents from delimited text files:
-
-input_file_type delimited_text -
-document_type xmlor-document_type json -
-delimiter -
-uri_id -
-delimited_root_name(XML output only) -
-data_type(JSON output only)
The use of these and other supporting options is covered in this section.