1. Convert quoted CSV fields to TSV
Data analystBackground
An analyst has a CSV table with a city value enclosed in quotes and needs tab-separated text.
Problem
The comma inside a quoted field must remain part of the field instead of becoming a new column.
How to use
Paste the CSV text, select CSV → TSV, leave Input Delimiter set to Auto-detect, and use Double quote for Quote Character.
direction: csv-to-tsv; inputDelimiter: auto; quoteCharacter: doubleOutcome
The data becomes tab-separated while quoted field content and embedded delimiters are preserved.