Getting Started Tutorial 2.x
Load the Orders As-Is

Ingest Order Data As-Is

Use the QuickStart Input Flow wizard to ingest the order data into MarkLogic.

  1. Click on Load Orders under Input Flows.
  2. Use the file browser to select the input\orders directory.
  3. Under General Options, change Input File Type to Delimited Text. Configure Load Orders
  4. Now expand Delimited Text Options and turn on Generate URI?.
    This settings tells MLCP to generate a unique URI for every document it creates. Normally for CSV files it would use the value in the first column. If there are repeat values then we would end up overwriting documents. This ensures the uniqueness of the URIs.
    Generate Uri

To Recap, you should have set the following options:

  • Input Files -> Current Folder -> c:\my-data-hub\input\orders (adjust for your folder structure)
  • General Options -> Input File Type -> Delimited Text
  • Delimited Text Options -> Generate URI? -> ON

Finally, click the RUN IMPORT button to start the data load.

Run Import

Review Your Finished Input Job

Let’s take a moment to look at the Jobs tab. Click the Jobs tab in the top navigation bar.

Click Jobs

On the Jobs tab you will see a list of previously run jobs. This interface is searchable either via free text or via the facets on the left.

Jobs View

Up Next

Harmonizing Orders > Modeling the Order Entity