cancel
Showing results for 
Search instead for 
Did you mean: 

Array to FlatFile

ruchitvijay
New Contributor

I have the following json:
[
{
“name”: [
“John”,
“Rick”,
“Martha”
],
“city”: [
“New york”,
“Washington”,
“Delhi”
],
“gender”: [
“Male”,
“Male”,
“Female”
]
}
]

Need to write this into csv but csv formatter needs the data to be flattened.
How can i do this.

1 REPLY 1

RogerSramkoski
Employee
Employee

Hello,

Have you already review the existing Community topics below? Our developers replied in each of these with sample pipelines demonstrating how to flatten arrays.