Dateitools

JSON zu CSV

Konvertieren Sie JSON-Objektarrays mit verschachtelten Feldern, Spalten und UTF-8-Escaping.

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

Your CSV result will appear here.

Die meisten Tools verarbeiten alles lokal im Browser. Die Hintergrundentfernung lädt ausgewählte Bilder hoch und löscht das Original nach der Verarbeitung.

Anleitung

  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.

Geeignet für

  • Opening API data in Excel
  • Preparing a spreadsheet import
  • Sharing structured records

Gut zu wissen

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

Häufige Fragen

Why add a UTF-8 BOM?

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

Das könnte Ihnen auch gefallen