Forum Discussion

ruchitvijay's avatar
ruchitvijay
New Contributor
6 years ago

Array to FlatFile

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