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. Conversion runs locally in your browser without Web Workers.
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.
The CSV parser handles them correctly. In "a,b", the comma belongs to one cell; it is not a delimiter.
UTF-8 is assumed. If Excel renders garbled text, enable “Add UTF-8 BOM for Excel.”
Yes. Multiline cells are supported. Large datasets may take longer, so converting a file and downloading the result is recommended.
No. Conversion runs entirely in your browser.
The input delimiter may not be what you expect. Try Auto Detect or set it manually in Advanced options.