JSON Array of Objects → CSV (Customizable Columns)
Take an array of JSON objects (typical API response) and convert it to CSV — but with control: pick which columns to include, reorder them, rename headers. Nested objects flatten via dot notation (address.city). Different from our basic JSON to CSV converter which just outputs all keys.
How to use the JSON Array of Objects → CSV (Customizable Columns)
Paste JSON array of objects. Click Parse JSON. The columns appear — toggle inclusion, rename headers. Pick delimiter and quoting. Copy or download the CSV.