Working now
JSON to CSV
Takes an array of objects and works out the columns from every key it finds, so rows with missing fields still line up.
How to use it
- Drop a JSON file.
- Wait for it to convert.
- Copy the CSV or save it.
Questions
What if my JSON is nested?
Nested objects are written as JSON text inside the cell. Deep flattening changes the meaning of the data, so it is left to you.