behead
sidebar_position: 52
behead
The behead
command removes the header row from a CSV file.
Syntax
qsv behead <input_file> [<output_file>]
Description
The behead
command is used to remove the header row from a CSV file, making it easier to process rows without considering the header.
Examples
Remove Header
Remove the header row from the CSV file:
qsv behead /mnt/data/DLD_Transactions_English_500.csv | qsv table
Common Use Cases
- Some destination systems do not like headers in delta files