Arquivos
JSON para CSV
Converta arrays de objetos JSON para CSV com campos aninhados, colunas e escape UTF-8.
Your files are processed locally in your browser and are not uploaded.
Your CSV result will appear here.
A maioria das ferramentas processa tudo localmente no navegador. A remoção de fundo envia as imagens escolhidas e exclui o original após o processamento.
Sponsored linkLearn more →
Como usar
- 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.
Ideal para
- Opening API data in Excel
- Preparing a spreadsheet import
- Sharing structured records
Bom saber
CSV is a flat format; nested arrays are represented as JSON text or a chosen joined string.
Perguntas frequentes
Why add a UTF-8 BOM?
Excel on some systems uses the BOM to recognize UTF-8 and display Chinese characters correctly.