Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 703 Bytes

drop.md

File metadata and controls

21 lines (17 loc) · 703 Bytes

xan drop

Drop columns of a CSV file using the same DSL as "xan select".

Basically a shorthand for the negative selection of "xan select".

Usage:
    xan drop [options] [--] <selection> [<input>]
    xan drop --help

Common options:
    -h, --help             Display this message
    -o, --output <file>    Write output to <file> instead of stdout.
    -n, --no-headers       When set, the first row will not be interpreted
                           as headers. (i.e., They are not searched, analyzed,
                           sliced, etc.)
    -d, --delimiter <arg>  The field delimiter for reading CSV data.
                           Must be a single character.