Convertisseur CSV en JSON
Convertir des données CSV en format JSON avec délimiteurs et options d'en-tête personnalisables.
How to Use
- 1
Paste your CSV data into the input field, or upload a CSV file.
- 2
Choose your delimiter (comma, semicolon, or tab) and set whether the first row contains headers.
- 3
Copy or download the resulting JSON output.
Features
Flexible Delimiters
Parse CSV files with comma, semicolon, or tab delimiters to handle different regional formats.
Header Detection
Toggle whether the first row is used as keys for JSON objects or treated as data.
Quoted Field Support
Correctly handles fields that contain commas, newlines, or quotes inside double-quoted strings.
Structured Output
Produces a clean, indented JSON array of objects ready to use in any application.
FAQ
Gère-t-il les champs entre guillemets ?
Oui, les champs avec des virgules entre guillemets doubles sont analysés correctement.
Et si je n'utilise pas d'en-têtes ?
Décochez l'option pour obtenir un tableau de tableaux au lieu d'objets.