skipLeadingRows property
The number of rows at the top of a CSV file that BigQuery will skip when loading the data.
The default value is 0. This property is useful if you have header rows in the file that should be skipped.
Optional.
Implementation
core.int? skipLeadingRows;