Drop headers from a CSV.
Table of Contents | Source: src/cmd/behead.rs
Description | Usage | Common Options
Description ↩
Drop a CSV file's header.
Usage ↩
qsv behead [options] [<input>]
qsv behead --helpCommon 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 instead of stdout. |
Source: src/cmd/behead.rs
| Table of Contents | README