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     TypeDescriptionDefault
 ‑h,
‑‑help 
flagDisplay this message
 ‑f,
‑‑flexible 
flagDo not validate if the CSV has different number of fields per record, increasing performance.
 ‑o,
‑‑output 
stringWrite output to instead of stdout.

Source: src/cmd/behead.rs | Table of Contents | README