a11y.skipToMainContent
1

CSV ↔ JSON 파일

CSV와 JSON 사이 탭 데이터를 변환합니다. 우두머리 줄 탐지, 주문 delimiter, 따옴표-field-with-comma 지원.

Was this tool helpful?
Send output to:
Advertisement

How to use CSV ↔ JSON

  1. 방향을 선택하십시오.
  2. 데이터를 붙여.
  3. 첫 번째 행이 헤더인지, delimiter 및 (CPT의 경우)를 선택합니다.
  4. 관련 기사.

CSV ↔ JSON은 무엇입니까?

플랫 탭 데이터와 구조된 JSON 사이의 고전적인 다리. CSV는 객체의 배열 (열당 하나, 헤더에 의해 키). 객체의 JSON 배열은 컬럼 헤더로 CSV가 됩니다. 파서는 쉼표, 탈출 된 따옴표 및 CRLF 라인 종료를 포함하는 인용 된 필드를 처리합니다.

Advertisement

FAQ

어떤 행이 다른 필드가 있습니까?
JSON-to-CSV는 헤더로 모든 객체 키 조합을 사용합니다. 누락된 필드는 빈 문자열이 됩니다.
다선 세포를 처리합니까?
예 - 인용 된 CSV 셀은 새로운 라인을 포함하고 올바르게 보존됩니다.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement