Paste tab-separated values, and the tool converts them to CSV, properly quoting any fields that contain commas or quotes.
Any field containing a comma, double quote or line break is wrapped in double quotes, and inner quotes are doubled, following the standard CSV escaping rules.
No. Only the delimiter and escaping change. Every value from the TSV appears unchanged in the corresponding CSV cell.
Spreadsheets and databases often export or copy as tab-separated text. This tool turns that into comma-separated CSV for wider compatibility.