JSON to CSV File

How can I consolidate the data from Text Aggregator into one large CSV file?

There are only two columns: 1. ID, and 2. Cycle.

I urgently need to combine this data into a single CSV file

{
“fields”: {
“Cycle”: [“rec9ofDjpMtG4XLOZ”]
},
“id”: “recJJ98JurnTw5glF”
}

Here is my current Text Aggregater:

Anyone here can help?

Instead of making a JSON in your Text Aggregator, you should directly use “Create CSV” module for the job.

Here, simply select the fields you want, and the delimiter character:

2 Likes