How to use CSV Column Extractor
- Load CSV and specify delimiter and header behavior.
- Select the columns to retain from the discovered list.
- Review row and selected-column counts before downloading.
Select CSV columns in source order and download a new CSV without modifying cell values.
Private by design. CSV and JSON stay in browser memory in this tab. Nothing is uploaded, logged, saved, or executed.
Add CSV data, then process it.
Create a smaller CSV containing only the fields you select while preserving every selected value.
One shared deterministic parser handles UTF-8, BOM, quoted fields, escaped quotes, embedded line breaks, and explicit delimiter modes. Cells render only as text, and output is created locally after review.
This version preserves source order for predictability; select the subset you need.
No. Source data and generated output remain in browser memory in this tab.