Select named or indexed CSV columns and write them as a smaller, valid CSV file.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Rows are parsed with the chosen delimiter, requested names or zero-based indexes are selected, and fields containing delimiters, quotes, or newlines are escaped on output. Header retention is independent of the selected data columns.
name,email,department,salary Alice,[email protected],Engineering,95000 Bob,[email protected],Marketing,82000 Carol,[email protected],Engineering,98000
name Alice Bob Carol
Reporting pipelines narrow wide exports, privacy shares remove fields, and fixture files keep only needed columns.