← All tools
// Text

Delimited Column Tools online

Extract, reorder columns and convert between CSV, TSV, pipe, and other delimiters — runs in your browser

Chunky Munster mascot
by
CHUNKY
MUNSTER
// Output
Output will appear here...

Delimited text files (CSV, TSV, pipe-separated) are the most common format for exchanging structured data. This tool lets you extract specific columns, change the delimiter, delete unwanted columns, and transpose rows and columns — all without writing code or installing software.

Common Delimiters

Frequently Asked Questions

Why does Excel open my CSV with semicolons?

In European locales, Excel uses semicolons as the CSV delimiter because commas are used as decimal separators. You can change this in regional settings or save with UTF-8 encoding and BOM.

Can I reorder columns?

Yes. In the column field, enter the numbers in the order you want them. For example, entering "3,1,2" in a 3-column file will put column 3 first, then column 1, then column 2.