Sometimes you copy a block of text from a document or a chat and want it turned straight into CSV without extra steps.
Paste it here, tell the tool which separator marks your columns, and it writes CSV with consistent columns and proper quoting.
How to use Text into CSV
- Paste your text into the left panel.
- Set the input separator that divides your columns.
- Copy the CSV from the right panel or download it.
What you can do with it
- Shape copied text from a document into CSV.
- Convert a pasted table into comma-separated rows.
- Build a quick dataset from a block of text.
Good to know
Stable column counts matter for a clean import, so pick the separator that actually divides your columns. When rows have different widths, the parsed CSV will reflect that, which can flag inconsistent input.
Frequently asked questions
How are columns detected?
Each line is split by the separator you select, so the column count follows your input and the separator you choose.
What if some rows have fewer fields?
Rows are converted as they are, so uneven rows produce uneven CSV, which makes inconsistent input easy to spot.
Are empty fields kept?
Yes. Empty values between separators are preserved as empty CSV fields.