Reputation: 5739
In one GoogleSheet, I have two tables, in sheet1 I have table EXP1_ASTROCYTOMA, in sheet2 I have table EXP1_GLIOBLASTOMA.
Is there a way to import that into bigquery dataset by choosing Sheet1 to one table and sheet 2 to another table?
It does not import sheet2!
Upvotes: 0
Views: 599
Reputation: 10099
In BigQuery we can import the data from the specific sheets. Refer the Sheet range field in the import screen. I tried importing the specific sheet by mentioning its name and its working.
Upvotes: 2
Reputation: 89
Update after discussion in comments:
BigQuery exports data only from 1st sheet(tab) of your spreadsheet file.
1.If your objective is to do export from tab 1, run query, save output and do same for tab 2, do this: Just click on 2nd sheet(tab) and drag it on 1st position, then create table on BQ side with same link to sheets as before.
Upvotes: 0