Developer

CSV Parser

Parse CSV into a table and JSON.

Table
JSON

This free CSV parser turns pasted CSV into a readable HTML table and into JSON at the same time. It auto-detects the delimiter — comma, semicolon, tab or pipe — or you can pick one, and it correctly handles quoted fields that contain the delimiter, quotes or line breaks. Toggle whether the first row is a header to switch between arrays of objects and arrays of rows.

Related tools