enter image description heremy dataset are from google drive in csv format, already uploaded into BigQuery. (sandbox version)
and I found out that the existing header row are not detected automatically. also the table have null row as gap/space and table information note. the existing header row is still in the table but have misplaced at different row automatically.
then preview mode shows that they are using string_field_0, string_field_1, string_field_2, ... as field names.
my goal is how can I change the field name by using the existing header row of the table?
I have tried upload with tick / untick auto-detect box function during the uploading process. the result does not help.