Create the Sample Input Files
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.xml
in the sample data directory with the following contents:<parent><child/></parent>
Create a file named
txform.json
in the sample data directory with the following contents:{ "key": "value" }