- What delimiter?
- Whitespace by default (matches `awk '{print $N}'` behavior). Toggle to comma, tab, or custom for specific formats.
- Multi-column extraction?
- Yes — specify multiple column indexes. Output is in the order you specified.
- What about quoted fields?
- CSV-style quoted fields (with commas inside) are respected when delimiter is comma. For whitespace mode, quotes are literal characters.
- How is this different from csv-viewer?
- Column Extract is a one-shot data-wrangling tool. CSV Viewer is for exploration. Pipeline: Viewer to explore, Extract to transform.