CSV转JSON转换器
将CSV数据转换为JSON格式,支持自定义分隔符和表头选项。
How to Use
- 1
Paste your CSV data into the input field, or upload a CSV file.
- 2
Choose your delimiter (comma, semicolon, or tab) and set whether the first row contains headers.
- 3
Copy or download the resulting JSON output.
Features
Flexible Delimiters
Parse CSV files with comma, semicolon, or tab delimiters to handle different regional formats.
Header Detection
Toggle whether the first row is used as keys for JSON objects or treated as data.
Quoted Field Support
Correctly handles fields that contain commas, newlines, or quotes inside double-quoted strings.
Structured Output
Produces a clean, indented JSON array of objects ready to use in any application.
FAQ
支持带引号的字段吗?
是的,双引号内包含逗号的字段会被正确解析。
不使用表头怎么办?
取消勾选该选项,将得到数组的数组而非对象数组。