Skip to content
ConvenTools

TSV to CSV Converter

Runs in your browser — your files never leave your device

Convert tab-separated values (TSV) — like data copied from a spreadsheet — into properly-quoted CSV, right in your browser. Nothing is uploaded.

How to use it

  1. 1
    Paste TSV

    Paste tab-separated rows (for example, cells copied from a spreadsheet).

  2. 2
    Get CSV

    The CSV output appears live, with fields quoted where needed.

  3. 3
    Copy or download

    Copy the CSV or download it as a .csv file.

Spreadsheet paste to CSV

When you copy cells from Excel, Google Sheets or Numbers you get tab-separated text. This tool turns that into standard CSV, quoting any field that contains a comma, quote or line break so the result is valid everywhere.

Frequently asked questions

Is my data uploaded anywhere?

No. The conversion runs entirely in your browser; nothing is sent to a server.

How are commas inside fields handled?

Any field containing a comma, quote or newline is wrapped in double quotes, per the CSV standard.

Where does TSV come from?

Copying cells from a spreadsheet puts tab-separated text on your clipboard — paste it straight in.