Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.15 KB

File metadata and controls

38 lines (24 loc) · 1.15 KB

behead

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 --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 instead of stdout.

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