Text to CSV

Paste delimited text (comma, tab, semicolon or space) and get properly formatted CSV.

CSV

Frequently asked questions

What delimiters does it support?

Comma, tab, semicolon or space. Pick the one that matches your source text and each line is split on that character to build the CSV rows.

What if a cell already contains a comma or quote?

Any cell containing a comma, quote or line break is automatically wrapped in double quotes, with internal quotes doubled, so the output is valid CSV that opens cleanly in Excel or Google Sheets.

Is my text uploaded anywhere?

No, the conversion happens entirely in your browser with plain JavaScript. Nothing is sent to a server.

Related tools