ekofyi
Liveformattingshipped v1.0.0

CSV ↔ JSON Converter

Bidirectional CSV/JSON converter with 3 tabs: Convert (side-by-side editor with CSV→JSON and JSON→CSV), Table Preview (interactive data table with row/column counts), and Stats (column type detection, unique values, empty cells, min/max/avg for numeric columns). Supports comma, tab, semicolon, and pipe delimiters with auto-detection. File upload, download output, swap direction, and copy. RFC 4180 compliant parser handles quoted values and escaped quotes.

csvjsonconverttabletsvdata
delimiter:
CSV input
JSON output
[
  {
    "name": "Eko",
    "role": "security engineer",
    "years": "3",
    "city": "Jakarta"
  },
  {
    "name": "Alice",
    "role": "designer",
    "years": "5",
    "city": "Berlin"
  },
  {
    "name": "Bob",
    "role": "product manager",
    "years": "8",
    "city": "New York"
  },
  {
    "name": "Carla",
    "role": "backend dev",
    "years": "2",
    "city": "Singapore"
  }
]

🔒 RFC 4180 compliant CSV parser. Handles quoted values and escaped quotes.