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.