I have a csv file with 1 column which I want to import into my big query environment. When using the Console to import data - always take my first row as a data row rather than a column name. Is there a way in the console to always ensure the first row is always the column name
E.g.
| Tk Number |
|---|
| Tk - 0001 |
| Tk - 0002 |

