Possible in native Wappler: Convert nested JSON (API response) into a CSV, correctly formatted?

Hi all,

Wondering if this is possible in wappler.

I have an API returning nested (and in some cases, quite deep) JSON. I’d like to convert this into a CSV file that the user can download - but I don’t need to send the entire JSON output, just the important fields/data points.

Whatever approach I take, I just end up with [object] [object] etc. in the ‘data’ column.

I have tried outputting directly into a export CSV, tried using a SetValue and constructing the schema I want and outputting into a csv - I’m able to output the file, but cannot seem to structure the data in the csv.

Any ideas how I might do this in native Wappler? If it’s not possible, I’ll look for a NPM package that might be able to help.

Community Page
Last updated: