Group JSON Array Then Convert to CSV
Group JSON records by field, then convert to CSV for export.
Use case
Use this to summarize grouped data and output as spreadsheet format.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Group JSON records by field, then convert to CSV for export.
JSON Group By
JSON → JSON
Group JSON array
JSON object or array grouped by the specified field.
JSON to CSV Converter
JSON → CSV
Convert to CSV
CSV rows generated from the JSON input.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · JSON Group By
JSON Group By
Group a JSON array of objects by a specified field. Output as a keyed object or as an array of groups.
Group input (JSON envelope)
Provide { "json": [...], "groupBy": "field", "outputStyle": "object|array" }.
Grouped JSON
JSON object or array grouped by the specified field.
Run this step to process the current input and prepare the next workflow stage.
JSON to CSV Converter
Convert a JSON array of objects into CSV with generated headers.
JSON input
Paste a JSON array of objects.
CSV output
CSV rows generated from the JSON input.
Run this step to process the current input and prepare the next workflow stage.