Convert TXT to CSV
Convert delimited plain text into properly quoted CSV, live as you type, download or copy the result.
name,age,city Ada,30,London Grace,28,New York
Converted live as you type. Fields containing a comma, quote, or newline are automatically quoted per the CSV standard.
What is Convert TXT to CSV?
Paste plain text where each line is a row and columns are separated by a tab, comma, semicolon, pipe, or space, and get valid CSV output instantly. Fields containing a comma, quote, or line break are automatically quoted per the CSV standard, so the output opens correctly in Excel, Google Sheets, or any tool that reads CSV. Everything happens in your browser; your data is never uploaded anywhere.
FAQ
You choose the separator used in your original text (tab, comma, semicolon, pipe, or space) from the dropdown; the tool splits each line on that character to form columns.
It's automatically wrapped in double quotes (and any existing quotes inside it are escaped), per the CSV standard, so the file still parses correctly when opened elsewhere.