Quoted comma
Input
"a,b",c
Expected result
The comma inside quotes remains part of a single cell.
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.
Pick a direction, paste data or load a file, then convert and copy/download immediately.
Input
"a,b",c
Expected result
The comma inside quotes remains part of a single cell.
Input
"line1\nline2",ok
Expected result
Line breaks inside quotes are preserved.
Input
a,,c
Expected result
Empty fields are preserved.
A CSV parser interprets them correctly. In "a,b", the comma is part of one cell, not a delimiter.
UTF-8 is assumed. If Excel renders garbled text, enable “Add UTF-8 BOM for Excel”.
Yes. Multiline cells are supported. For large datasets, processing may take longer, so file conversion plus download is recommended.
No. Conversion is fully local in your browser.
The input delimiter may not match your expectation. Try Auto Detect or set the input delimiter manually in Advanced options.