CSV/TSV Converter (Batch Delimiter Conversion)

Convert CSV and TSV (comma ↔ tab) in one click. Quoted fields and multiline cells are handled safely.

No server upload. All conversion runs locally in your browser.

No server upload
Double-quote aware
Multiline cells supported (large data may be slower)

CSV TSV Conversion Tool

Pick a direction, paste data or load a file, then convert and copy/download immediately.

How to convert delimiters

  1. Paste CSV/TSV or choose a file.
  2. Choose CSV→TSV or TSV→CSV (or Auto Detect if you are unsure).
  3. Click Convert, then Copy or Download.

Tips to avoid conversion mistakes

  • Commas or tabs inside quotes are not delimiters.
  • Cells with embedded line breaks may look like extra rows, which can still be valid.
  • If Excel shows garbled text, try enabling UTF-8 BOM.

Sample

Quoted comma

Input

"a,b",c

Expected result

The comma inside quotes remains part of a single cell.

Multiline cell

Input

"line1\nline2",ok

Expected result

Line breaks inside quotes are preserved.

Empty cell

Input

a,,c

Expected result

Empty fields are preserved.

FAQ

How are commas inside double quotes handled?

A CSV parser interprets them correctly. In "a,b", the comma is part of one cell, not a delimiter.

Which encoding is supported?

UTF-8 is assumed. If Excel renders garbled text, enable “Add UTF-8 BOM for Excel”.

Are multiline cells supported?

Yes. Multiline cells are supported. For large datasets, processing may take longer, so file conversion plus download is recommended.

Is data sent to a server?

No. Conversion is fully local in your browser.

What if conversion fails?

The input delimiter may not match your expectation. Try Auto Detect or set the input delimiter manually in Advanced options.

Related tools