Skip to main content Skip to complementary content

Configuring the map and running the Job

Map the elements from the input to the output structure and run the Job.

Procedure

  1. Drag the input row element on the output OutputRecord element.
    All the elements are automatically mapped.
  2. Click Test Run to see a preview of the output.
    In this example, it looks like this when displayed as JSON:
    {
      "Output" : {
        "OutputRecord" : [ {
          "firstName" : "firstName",
          "lastName" : "lastName",
          "age" : "age"
        }, {
          "firstName" : "John",
          "lastName" : "Doe",
          "age" : "20"
        }, {
          "firstName" : "Jane",
          "lastName" : "Doe",
          "age" : "35"
        }, {
          "firstName" : "Kid",
          "lastName" : "Doe",
          "age" : "02"
        } ]
      }
    }
  3. Save the map and go back to the Big Data Batch Job.
  4. Open the Run tab and click Run to execute the Job.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!