JSON Reader not producing a row for each JSON element (3 replies)
More images.
John I think you need to first set the JSON entry point to "/" on the FIELD MAPPING tab.
Then choose edit on the same tab and set the transaction JSON path to "items" and the fields as shown. Note the relative path is false on the Header part.
I am writing a Web API integration that takes the client's JSON payload and returns related values.
The input data contains an object containing two objects: Header and items[]. I have tried every variation of jpath that I can think of to produce the desired dataset but the closest I have come to what I want gives me only the first item in the array.
I'll attach screenshots of the JSON input format, how I have configured the JSON Reader, and the dataset the JSON Reader produces.
How do I get the JSON Reader to output rows for all the elements in the items array?