Delimited text in, CSV out

Delimited Text to CSV Converter

Already have separated text? Convert tab-, pipe-, comma-, semicolon- or space-delimited data into standard CSV. Choose the input delimiter (or auto-detect), preview the columns, and export a clean CSV.

FreeNo sign-upRuns in your browserExcel-friendly
Delimited Text to CSV Converter
Paste or upload text to convert.
Input — paste or upload
Drag a file here, or browse (.txt, .csv, .tsv, .json)
Output
Input is
Input delimiter
Column widths
Output as
Custom delimiter
Plain text style
Quoting
Line ending

A live table preview of your data appears here.

Set Input delimiter to match your data — this page starts on Tab; switch to pipe, comma, semicolon or space.

Advertisement
What it does

Convert separated text into CSV

When your text is already organized by a delimiter — tab delimited, pipe delimited, comma separated, semicolon or space — you just need it re-exported as proper CSV. This converter parses your delimited text and writes valid, quote-safe CSV.

Paste or upload the data, tell the tool which delimiter the input uses (or leave it on auto), and watch the live table confirm the columns. Fields that contain commas or quotes are protected automatically when the CSV is built, so the result re-imports cleanly.

If your columns are aligned by spaces rather than a delimiter, use fixed width to CSV instead. To go the other way, see CSV to delimited text.

Step by step

How to use it

Paste or upload

Add your text or drop a file — it is read locally in your browser, never uploaded.

Preview & adjust

Check the live table and the row / column counts, then tweak the delimiter or options if a column looks off.

Copy or download

Grab the result with Copy or Download. You can reopen recent conversions from this device too.

Example

Input and output example

Tab-delimited text re-exported as standard, quote-safe CSV.

Input
name	city
Ada	NY
Lin	LA
Output
name,city
Ada,NY
Lin,LA
Details

Parsing each kind of delimited text

Tell the converter what separates your fields and it does the rest.

Tab- and comma-separated text

Tab-separated (TSV) data — the format you get when copying from a spreadsheet — converts to CSV directly. Comma-separated text is effectively already CSV, but running it through normalizes quoting and line endings so strict importers accept it.

Pipe-, semicolon- and space-separated text

Pipe (|) and semicolon (;) are common in exports; pick them under Input delimiter. Space-separated text works too, though if a single space also appears inside values, fixed-width parsing is usually more reliable.

Multiple or inconsistent delimiters

If rows split into different numbers of columns, the preview flags it. That usually means the delimiter varies or values contain the delimiter. Switch the input delimiter explicitly, or clean the source, until the column count is consistent.

Quotes, empty values and headers

Quoted fields in the input are respected, empty cells are preserved as empty CSV fields, and ticking First row is header keeps your column names in place.

Good to know

Tips and edge cases

  • Copied from Excel or Sheets? That is tab-separated — choose Tab (or leave Auto-detect).
  • If columns shift, your data may contain the delimiter inside a field; try a different input delimiter.
  • Export needs a non-comma separator instead? Use CSV to delimited text.
FAQ

Delimited Text to CSV Converter — FAQ

How do I specify the input delimiter?

Use the Input delimiter menu to pick comma, tab, pipe, semicolon or space, or leave it on Auto.

How are quotes and empty values handled?

Quoted input fields are parsed correctly and empty cells stay empty in the CSV output.

Why do my columns look misaligned?

Usually the delimiter appears inside a value, or the input mixes delimiters. Set the input delimiter explicitly or use fixed-width parsing.

Is the conversion done locally?

Yes, entirely in your browser.