📊 CSV ↔ JSON

CSV를 JSON으로, 또는 JSON을 CSV로 사용자 정의 구분 기호로 변환해요

🔒 이미지가 기기 밖으로 나가지 않아요. 모든 처리는 Custom parser (client-side)를 사용하여 브라우저에서 로컬로 이루어져요. 업로드, 서버, 추적이 없어요.

기능

  • Bidirectional Conversion — Convert CSV to JSON or JSON to CSV — switch direction with one click.
  • Row & Column Stats — See the number of rows and columns detected in your data.
  • Custom Delimiters — Support for comma, semicolon, and tab-separated values.
  • Copy & Download — Copy the output or download as a file.

작동 방식

  1. Choose direction — Select CSV to JSON or JSON to CSV.
  2. Paste your data — Enter CSV or JSON data in the input panel.
  3. Copy or download — Get the converted output in the format you need.

활용 사례

  • Convert spreadsheet exports to JSON for APIs
  • Transform JSON API responses to CSV for analysis
  • Prepare data for import into different systems

자주 묻는 질문

Does it handle quoted fields?

Yes. The parser correctly handles quoted fields, including fields containing commas and newlines.

What JSON format is used?

CSV to JSON produces an array of objects, using the first row as keys. JSON to CSV expects an array of objects with consistent keys.

관련 도구

  • ⚙️ YAML ↔ JSON — YAML을 JSON으로, 또는 JSON을 YAML로 검증으로 변환해요
  • { } JSON 포매터 — JSON을 보기 좋게 인쇄, 축소화, 검증하고 통계를 봐요
  • 📝 Markdown ↔ HTML — Markdown을 HTML로, 또는 HTML을 Markdown으로 실시간 미리보기로 변환해요