Hi
I am importing a table into a BigQuery Dataset from a Google Sheet, using the URL from Google Drive.
Is there a way to import only certain columns from the google sheet and not all of them? There are more columns in the sheet than I need in the BigQuery Table. I need to use the google sheet as a datasource as this is being populated from Netsuite and I need to set up a Schedule within BigQuery to pull in the new data.
Any advice or guidance will be most welcomed.
Many Thanks
Solved! Go to Solution.
Hi @DataDave,
You can achieve this by setting the Sheet Range when creating a table in your dataset.
Let me guide you with a quick walk-through:
Set your destination Project, Dataset and Table
You can now run a basic query against the imported table, external data source limitations apply.
I hope these steps helped you.
Usable resource:
- Create external tables