How to convert JSON string to CSV file ?

0
Hi All,   I have a JSON string coming from the rest call which consists of objects as JSON string . Can we directly convert that JSON string to CSV file that can be downloaded? Please any one help me on this     
asked
2 answers
1

Hi Naveen, 

if you want to write the entire JSON String into CSV 

You can create custom java action with help of java

answered
0

One approach could be to use an Import Mapping to convert the JSON into a Mendix object. You can then use the CSV module (available in the Marketplace) to export this object as CSV.

 

https://marketplace.mendix.com/link/component/108605

 

I hope this helps. Good luck.

answered