Map JSON Array Then Convert to CSV
Select and rename JSON array fields, then convert to CSV.
Use case
Use this to export specific JSON fields as a spreadsheet for downstream analysis.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Select and rename JSON array fields, then convert to CSV.
JSON Array Mapper
JSON → JSON
Map JSON array
JSON array with selected and renamed fields.
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 Array Mapper
JSON Array Mapper
Project and rename fields from a JSON array of objects. Select which columns to keep and optionally rename them.
Mapper input (JSON envelope)
Provide { "json": [...], "pick": ["field1"], "rename": {"field1": "newName"} }.
Mapped JSON array
JSON array with selected and renamed fields.
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.