behead
May 31, 2026 · View on GitHub
Drop headers from a CSV.
Table of Contents | Source: src/cmd/behead.rs
Description | Usage | Common Options
Description ↩
Drop a CSV file's header.
See also https://github.com/dathere/qsv/wiki/Transform-and-Reshape#behead
Usage ↩
qsv behead [options] [<input>]
qsv behead --help
Common Options ↩
| Option | Type | Description | Default |
|---|---|---|---|
‑h,‑‑help | flag | Display this message | |
‑f,‑‑flexible | flag | Do not validate if the CSV has different number of fields per record, increasing performance. | |
‑o,‑‑output | string | Write output to |
Source: src/cmd/behead.rs
| Table of Contents | README