transform.ignlab.net
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
Paste a JSON array of objects — rows from an API, an export, a script’s output — and get a clean CSV file ready for Excel, Google Sheets, or a bulk-import tool. Columns are collected from every object in the array, so rows with missing fields still line up correctly.
The column set is the union of every key seen across all objects; missing fields are left blank in that row.
Any value containing a comma, quote or newline is automatically wrapped in quotes and escaped per the CSV spec.
They’re serialized to a JSON string within that CSV cell so no data is lost.
Need a different conversion? Browse all conversions, sanitize secrets with AI Safeguard, or read the guides.