Skip to main content

Using MarkLogic Content Pump (mlcp)

Create the Sample Input Files

This section walks you through creating sample input data to be ingested by mlcp. You can use other data.

  1. Create a directory to hold the sample input data. For example:

    $ mkdir /space/mlcp/txform/data

  2. Create a file named txform.xml in the sample data directory with the following contents:

    <parent><child/></parent>

  3. Create a file named txform.json in the sample data directory with the following contents:

    { "key": "value" }