AbraCalc

CSV Column Extractor

Paste or upload a CSV, pick the columns to keep, and download a filtered CSV. Runs entirely in your browser.

Pure browser JavaScript. CSV parsing by PapaParse (MIT), self-hosted.

Embed this tool on your site

How to use this tool

  1. Paste CSV or upload a .csv file (the first row must be a header).
  2. Click Parse columns, then tick the columns you want to keep.
  3. Click Extract, then Copy or Download the filtered CSV.

Paste or upload a CSV, pick the columns to keep, and download a filtered CSV. Runs entirely in your browser.

Frequently asked questions

Is my file uploaded?
No — parsing happens locally in your browser via PapaParse. Nothing leaves your device.
Does it handle quoted commas?
Yes — PapaParse correctly parses quoted fields, embedded commas, and escapes.

References & sources