Convert TSV (Tab-Separated) to JSON
Parse tab-separated data copied from a spreadsheet.
Drop a CSV file (or paste below)
CSV, TSV, TXT ללא מגבלת גודל קובץ
—
💡 A proper RFC 4180 parser — handles quoted fields, commas and line breaks inside quotes, and escaped quotes. With "first row is a header" on, you get an array of objects; off, an array of arrays. Everything runs in your browser.
TSV tips
Data copied straight from Excel or Sheets is usually tab-separated — set the delimiter to Tab.
Auto-detect often picks the right delimiter, but you can force Tab if needed.
Great for quickly turning a pasted selection into structured JSON.
Nothing leaves your device.
כיצד זה עובד
למה לבחור בנו?
Also check out…
Convert CSV to JSON for an API
Turn a spreadsheet export into JSON your code or A
Convert Messy CSV with Quotes and Commas
Parse CSV that has commas, quotes, or line breaks
Prepare CSV Data for Import
Convert a CSV into JSON to seed a database or load
Quickly Inspect CSV as JSON
See CSV rows as structured JSON objects while deve
