JSON to CSV Converter
Pricing
from $0.005 / actor start
JSON to CSV Converter
Convert structured JSON arrays into clean CSV output with explicit column selection and delimiter options. Ideal for APIs, automation, exports, and ETL workflows.
Pricing
from $0.005 / actor start
Rating
0.0
(0)
Developer
Luca Gallifuoco
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
json to csv
Convert arrays of structured JSON records into deterministic CSV output with explicit column selection and delimiter options.
What this Actor does
- Select explicit columns or infer the union of keys
- Choose comma, semicolon, or tab delimiters
- Escape quotes, delimiters, and newlines safely
Input
items is an array of JSON records. Optional fields, delimiter, and includeHeader control the CSV.
Example input
{"items": [{"name": "Alice","city": "Naples"},{"name": "Bob","city": "Rome"}],"fields": ["name","city"],"delimiter": "comma","includeHeader": true}
Output
One dataset item containing csv, rowCount, and columns.
Results are written to the default Apify dataset and can be consumed from the Console, API, Make, Zapier, or other automation workflows.
Common use cases
- Export API records to CSV
- Create CSV payloads for downstream systems
- Prepare JSON data for spreadsheet import
Pricing
This Actor is designed for transparent pay-per-event pricing. Check the current Apify Store pricing before running it.
Limitations
- Produces one dataset item containing the CSV payload
- Nested values are JSON-encoded inside cells
- No external file upload or network fetch
Privacy and safety
- Input data is processed deterministically.
- No credentials are embedded in the Actor source.
- This utility does not require external website access.
- Review sensitive or regulated data handling requirements before processing such data.