CSV to JSON/XML Converter
Paste your CSV data to convert it into structured formats.
CSV Input
[
{
"Year": "1997",
"Make": "Ford",
"Model": "E350",
"Length": "2.34"
},
{
"Year": "2000",
"Make": "Mercury",
"Model": "Cougar",
"Length": "2.38"
}
]