One export instead of manual copying
Select files that represent the same kind of record, such as daily API exports, order batches or downloaded reports. Their rows are appended into one CSV.
- JSON arrays
- JSONL and NDJSON
- One shared CSV header
Multiple JSON files
Choose or drop several JSON files together. The converter combines their records, discovers columns across the batch and creates one CSV with a single header row.
Select files that represent the same kind of record, such as daily API exports, order batches or downloaded reports. Their rows are appended into one CSV.
If later files contain additional fields, those paths are included in the field picker. Missing values remain blank in rows that do not contain that field.
Every selected source file is read locally in the browser. The batch is not uploaded to an application server for conversion.
No. The converter discovers the union of fields across the selected files. For the cleanest result, the files should still represent the same general kind of record.
Yes. You can select a mixture of supported JSON arrays, JSONL, NDJSON and common object-wrapped record files.
No. The combined download contains one header row followed by the records from each selected file.