Data Tools

CSV Delimiter Changer

Convert CSV to TSV, semicolon-separated, pipe-delimited, or any other delimiter — free and browser-based.

No uploadsInstant convert

Input

How to change a CSV delimiter

  1. Select the current delimiter your file uses (e.g., comma).
  2. Select the output delimiter you want (e.g., tab for TSV).
  3. Paste your data or upload the file.
  4. Click Change Delimiter and download the result.

Privacy — your data stays local

This tool runs entirely in your browser. Your data is never uploaded to any server.

Frequently Asked Questions

What is a TSV file?

TSV (Tab-Separated Values) is like CSV but uses a tab character as the delimiter instead of a comma. It's commonly used when data contains commas.

Will quoted fields be handled correctly?

Yes. The tool correctly handles RFC 4180-style quoting so fields containing the delimiter character remain intact.

What file extension should I use for tab-delimited files?

.tsv is standard for tab-separated files, though .txt is also commonly used.

Can I convert from semicolon to comma (European CSV to standard CSV)?

Yes — just select Semicolon as the input delimiter and Comma as the output delimiter.

Related tools