Latest posts by ruchitvijay

User Activity

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 ...
I have the following :- [{ “key”:[ “name”, “organization”, “city”, “state” ], “value”:[ “abc”, “xyz”, “pune”, “maharashtra” ]}, { “key”:[ “name”, “organization”, “city”, “state” ], “value”:[ “cde”, “pqr”, “mumbai”, “maharashtra” ]}, { “key”:[ “name” ...