HandyBench

CSV Column Extractor

Pull specific columns out of CSV or delimited text.

How to use the CSV Column Extractor

  1. 1 Paste your CSV or delimited rows.
  2. 2 Choose the input delimiter (comma, tab, semicolon, pipe or space).
  3. 3 Enter the column number(s) to extract — e.g. 1 or 1,3 — and copy the result.

Examples

  • Pulling just the email column out of an exported contact list.
  • Extracting columns 1 and 3 from a tab-separated export.

Frequently asked questions

Does it handle quoted fields that contain commas?

Yes. The parser understands standard CSV quoting, so a value like "Smith, John" stays in one column instead of splitting.

Can I extract more than one column?

Yes. Enter a comma-separated list like 1,3,4 and choose how the selected columns are joined in the output.

How do column numbers work?

Columns are counted from 1 (the first column is 1, not 0). Enable "First row is a header" to skip the header and see the detected column names.