ファイルツール
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.