1

We are using Office365 Excel and manually creating some data that we need in BigQuery. What solution would you create to automatically load the data from this excel to a table in bq? We are not allowed to use Google Sheets (which would solve all our problems).

We use Matillion and GCP products.

I have no idea how to solve this, and I don't find any information about this, so any suggestion or idea is appreciated.

Cheers, Cris

i_am_cris
  • 557
  • 1
  • 5
  • 19

2 Answers2

0

You can save your data as csv and then load them to BigQuery.

Then, you can load data by using one of the following:

The Google Cloud Console The bq command-line tool's bq load command The API The client libraries

Here you can find more details Loading data from local files

M.Eshra
  • 181
  • 4
0

As a different approach, you can also try this other option: BigQuery: loading excel file

For this you will need to use Google Drive and federated tables.

Basically you will upload your Excel files to Google Drive with the option "Convert uploaded files to Google Docs editor format" checked in your settings, and upload to BigQuery from Google Drive.