I have an automated job which uploads CSV file into BigQuery table every day. It works fine, however, every time I do do import, it inserts the header (first row) as values into the table which I don't want. I have to use the header so BigQuery knows how map the column names. Is there a way to somehow specify "skip first row" or something like that?
I am using this function to do the import: