a11y.skipToMainContent
1

JSON에 CSV

JSON 배열 (물자 또는 배열)을 변환 - 또는 단일 객체 - 깨끗한 CSV로. 배열된 객체를 dot-notation 컬럼(예: <code>address.city</code>)로 확장할 수 있는 Flatten 옵션을 선택합니다.

More options
Was this tool helpful?
Send output to:
Advertisement

How to use JSON to CSV

  1. 붙여넣기 JSON.
  2. Delimiter; 선택적으로 flattening을 가능하게 합니다.
  3. 변환을 클릭합니다.

JSON을 CSV로 변환은 무엇입니까?

Columns는 모든 객체의 모든 키 조합에서 파생됩니다. 따라서 이질적인 배열은 여전히 완전한 CSV를 생성합니다. delimiter (comma, semicolon, 탭, 파이프)를 선택하고 헤더 행을 포함 여부.

Advertisement

FAQ

배열된 배열은 어떨까요?
배열은 JSON-stringified 입니다. 전체 정상화의 경우 수동으로 평평화하거나 jq와 같은 도구를 사용합니다.
배열의 객체가 다른 키가 있습니까?
도구는 모든 개체의 모든 고유 키를 수집하고 CSV 헤더로 사용합니다. 모든 행의 값은 빈 왼쪽입니다.
JSON 파일이 어떻게 될 수 있습니까?
변환은 브라우저에서 완전히 실행되므로 실제 제한은 장치의 RAM에 달려 있습니다. 대부분의 기계는 문제없이 수백 메가 바이트까지 파일을 처리합니다.

Related tools

Author

SC
Sarah Chen"The Data Whisperer"

Data Analyst & CSV Specialist

Sarah has spent more than a decade wrangling spreadsheets, debugging CSV exports, and teaching teams how to make data work for them. She previously led data-quality initiatives at a fintech unicorn, where she reduced reporting errors by 40 percent through automated validation pipelines. When she is not optimizing queries or writing about data tooling, you will find her mentoring junior analysts at local bootcamps and speaking at data literacy meetups.

← Back to CSV Tools · All tags

Last updated:

Advertisement