简体   繁体   中英

Office365 Excel as source for GCP BigQuery

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

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM