ToolHub

Column Extractor

Pull out specific columns from tab, comma, or space-separated data with reordering and ranges (2-4). Great for Excel, CSV, and log wrangling. Everything runs in your browser.

Input
Output

FAQ

How do I specify columns?

Use 1-based numbers separated by commas or hyphen ranges: '1,3', '2-4', or '3,1' to reorder.

Is this like the cut command?

Yes—like cut -f but with awk-style reordering, right in the browser.

Does it handle quoted CSV?

It splits on the raw delimiter, so quoted cells containing commas may misalign—use the CSV to JSON tool for those.

Related tools