Create the Sample Input Files
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 12.0
- Documentation
This section walks you through creating sample input data to be ingested by mlcp. You can use other data.
-
Create a directory to hold the sample input data. For example:
$ mkdir /space/mlcp/txform/data -
Create a file named
txform.xmlin the sample data directory with the following contents:<parent><child/></parent> -
Create a file named
txform.jsonin the sample data directory with the following contents:{ "key": "value" }