Column Extractor
Paste delimited text, choose columns by number, and instantly extract just the fields you need.
Comma-separated, 1-indexed. Order matters.
Column Preview (first row)
Copied!
Summary
Paste delimited text, choose columns by number, and instantly extract just the fields you need.
How it works
- Paste your delimited text into the Input Data box.
- Choose the delimiter that separates your columns (tab, space, comma, or a custom character).
- Enter the column numbers you want to keep, separated by commas (e.g. 1, 3, 5).
- Choose the output delimiter for the extracted columns.
- Click Extract Columns to see the result.
- Copy or download the extracted output.
Use cases
- Pull specific fields from a TSV or CSV export.
- Isolate IP addresses, usernames, or timestamps from log files.
- Reorder or trim columns in whitespace-delimited data before piping to another tool.
- Extract first and last name columns from a full employee list.
- Pick data columns from a copy-pasted spreadsheet.
- Strip unwanted fields from system command output (e.g. ps aux, ls -l).
Frequently Asked Questions
Related tools
Last updated: 2026-05-29 ·
Reviewed by Nham Vu