CSV to JSON

Detected: Comma (,)
nameagecityscore
Alice28New York95.5
Bob34London82
Carol25Paris91
Dave41Tokyo78.3
[
  {
    "name": "Alice",
    "age": 28,
    "city": "New York",
    "score": 95.5
  },
  {
    "name": "Bob",
    "age": 34,
    "city": "London",
    "score": 82
  },
  {
    "name": "Carol",
    "age": 25,
    "city": "Paris",
    "score": 91
  },
  {
    "name": "Dave",
    "age": 41,
    "city": "Tokyo",
    "score": 78.3
  }
]

Pro Features

Custom column mappingNested object output

Tool Categories