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
따옴표 안의 필드도 처리하나요?
네, 큰따옴표 안의 쉼표와 이스케이프된 따옴표를 올바르게 파싱합니다.
헤더를 사용하지 않으면?
'첫 행을 헤더로 사용'을 해제하면 객체 배열 대신 배열의 배열을 얻습니다.