Archivos

JSON a CSV

Convierte arrays de objetos JSON a CSV con campos anidados, columnas y escape UTF-8.

Your files are processed locally in your browser and are not uploaded.

Your CSV result will appear here.

La mayoría de las herramientas procesa todo localmente en el navegador. La eliminación de fondos sube las imágenes seleccionadas y borra el original al terminar.

Cómo usarlo

  1. Paste JSON or choose a file containing an object or object array.
  2. Enable flattening, choose array handling and a delimiter, then review the generated table.
  3. 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

Información útil

CSV is a flat format; nested arrays are represented as JSON text or a chosen joined string.

Preguntas frecuentes

Why add a UTF-8 BOM?

Excel on some systems uses the BOM to recognize UTF-8 and display Chinese characters correctly.

También te puede interesar