파일 도구
JSON에서 CSV로
JSON 객체 배열을 중첩 필드와 선택 열을 포함한 CSV로 변환합니다.
Your files are processed locally in your browser and are not uploaded.
Your CSV result will appear here.
대부분의 도구는 브라우저에서 로컬로 처리합니다. 배경 제거는 선택한 이미지를 서버에서 처리한 뒤 원본을 삭제합니다.
Sponsored linkLearn more →
사용 방법
- Paste JSON or choose a file containing an object or object array.
- Enable flattening, choose array handling and a delimiter, then review the generated table.
- Copy the escaped CSV or download it with an optional UTF-8 BOM.
이런 경우에 유용합니다
- Opening API data in Excel
- Preparing a spreadsheet import
- Sharing structured records
알아둘 점
CSV is a flat format; nested arrays are represented as JSON text or a chosen joined string.
자주 묻는 질문
Why add a UTF-8 BOM?
Excel on some systems uses the BOM to recognize UTF-8 and display Chinese characters correctly.