Map the elements from the input to the output structure and run the Job.
{ "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" } ] } }
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!