Fichiers

JSON vers CSV

Convertissez des tableaux d’objets JSON en CSV avec champs imbriqués et colonnes choisies.

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

Your CSV result will appear here.

La plupart des outils traitent les données localement dans le navigateur. La suppression d’arrière-plan téléverse les images choisies puis supprime l’original.

Mode d’emploi

  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.

Idéal pour

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

À savoir

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

Questions fréquentes

Why add a UTF-8 BOM?

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

Vous aimerez peut-être aussi