CSV to JSON Converter
Convert CSV to a JSON array with delimiter and header options.
About the CSV to JSON Converter
Convert CSV data into a JSON array of objects. The first row becomes property names (disable that for index-keyed objects), and the delimiter and quote character are configurable for European-style semicolon files and more.
Frequently asked questions
Is quoted CSV handled correctly?
Yes — values wrapped in the configured quote character may contain delimiters, escaped quotes, and line breaks.
Can I use semicolons or tabs as the delimiter?
Yes, choose comma, semicolon, or tab.