CSV ↔ JSON

Converti tra CSV e JSON con anteprima tabella

Delimitatore:
Input (CSV)
Output (JSON)

Esempi

ModeInputApplica
CSV → JSONname,age,email Alice,30,[email protected] Bob,25,[email protected] Charlie,35,[email protected]
CSV with quotesproduct,price,description Apple,1.99,"Fresh, red apple" Banana,0.99,"Yellow, sweet banana"
JSON → CSV[{"name":"Alice","age":30,"city":"NY"},{"name":"Bob","age":25,"city":"LA"}]
© 2026 Developer Toolbox. Tutti i diritti riservati. Chi siamo