Csv To Json Converter
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Csv To Json Converter
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

Donny
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Converts CSV data (provided as text or fetched from a URL) into structured JSON records.
Input
- csvText - Raw CSV text to convert.
- csvUrl - URL of a CSV file to fetch and convert.
- delimiter - Column delimiter (default: comma).
- hasHeaders - Whether the first row contains column headers (default: true).
Output
Each row is converted to a JSON object with column headers as keys.