CSV Converter

Convert CSV to JSON, XML, and other formats

Delimiter:
Output:
4 rows, 4 columns
[
  {
    "name": "John Doe",
    "email": "john@example.com",
    "age": "28",
    "city": "New York"
  },
  {
    "name": "Jane Smith",
    "email": "jane@example.com",
    "age": "34",
    "city": "Los Angeles"
  },
  {
    "name": "Bob Johnson",
    "email": "bob@example.com",
    "age": "45",
    "city": "Chicago"
  },
  {
    "name": "Alice Brown",
    "email": "alice@example.com",
    "age": "29",
    "city": "Houston"
  }
]

Data Preview

#nameemailagecity
1John Doejohn@example.com28New York
2Jane Smithjane@example.com34Los Angeles
3Bob Johnsonbob@example.com45Chicago
4Alice Brownalice@example.com29Houston