Loading...
Converts an array of JSON objects to CSV. Each object key becomes a column. Nested arrays and objects are converted to JSON strings within the cell.
Free, no account required, browser processing and no server upload.
Converts an array of JSON objects to CSV. Each object key becomes a column. Nested arrays and objects are converted to JSON strings within the cell.
[{"name":"Alice","age":30},{"name":"Bob","age":25}] becomes a CSV with columns "name" and "age" and two data rows.
REST API
Array of objects
Perfect: keys = columns
Firebase
Object with keys
Convert to array first