Forum Discussion
Usually you would use a JSON Splitter, which takes a list in a JSON document and returns multiple documents, one for each item in the list. You take the output of the JSON Splitter and feed that into a CSV Formatter to create your CSV.
Your example JSON doesn’t have a list. ‘Data’ is an object that contains two other objects ‘1’ and ‘2’. Each of those objects have a matching set of keys. Is that how your data is coming through or does it look like the attached file?
Script_output0.json (2.8 KB)