FeelTheFile

Convert TSV to CSV

Turn tab-separated data into standard comma CSV, automatically quoting the fields that need it.

Your files never leave your device

How to convert TSV to CSV

  1. 1

    Paste or upload the TSV

    Tab-separated data, e.g. copied from Excel.

  2. 2

    Convert

    Tabs become commas, with quotes where needed.

  3. 3

    Copy or download

    A universal .csv.

Why use this tool

  • Straight from Excel

    Copy Excel cells (which paste as TSV) and turn them into CSV.

  • Correct escaping

    Fields with commas, quotes or breaks are quoted automatically.

  • Universal

    CSV is the format every import accepts.

  • Private

    Your data never leaves the browser.

Frequently asked questions

How do I copy Excel data as TSV?

Select the cells and copy: the clipboard already holds TSV. Paste it here and get your CSV.

What about fields containing commas?

They are quoted automatically so the CSV stays valid.

Are line breaks inside a cell supported?

Yes, as long as the cell is quoted they are preserved inside the quotes.

Can I output semicolons instead of commas?

Output uses standard commas. If your program expects semicolons, most let you pick the separator on import.

Related tools