Column Extractor

Paste delimited text, choose columns by number, and instantly extract just the fields you need.

Comma-separated, 1-indexed. Order matters.

Copied!

Summary

Paste delimited text, choose columns by number, and instantly extract just the fields you need.

How it works

  1. Paste your delimited text into the Input Data box.
  2. Choose the delimiter that separates your columns (tab, space, comma, or a custom character).
  3. Enter the column numbers you want to keep, separated by commas (e.g. 1, 3, 5).
  4. Choose the output delimiter for the extracted columns.
  5. Click Extract Columns to see the result.
  6. 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

Last updated: 2026-06-25 · Reviewed by Nham Vu