Automatically extracts column headers from JSON keys. Works with arrays of objects, handling inconsistent keys gracefully.
Choose comma, semicolon, tab, or pipe as your CSV delimiter. Perfect for localized systems that use semicolons.
Automatically flatten nested objects into dot-notation columns (e.g., address.city) for seamless spreadsheet import.
Export your converted CSV directly as a .csv file ready for Excel, Google Sheets, or any data tool.
Pega tu array JSON en el campo de entrada y haz clic en Convertir. La herramienta detecta automáticamente los encabezados de las claves JSON y produce un CSV correctamente formateado.
An array of objects works best, e.g. [{"name":"Alice","age":30}]. Each object becomes a row and keys become column headers.
Yes. Enable the "Flatten nested" option to convert nested objects like {"address":{"city":"NY"}} into flat columns like address.city.