Google Sheets
Google Sheets is a web-based application that enables users to create and update spreadsheets in real time.
Google Sheets integration will generate tables containing data related to metadata and the individual sheets within a spreadsheet.
See the Schema section for a list of objects available for replication.Preparing for authentication
To access your data, you need to authenticate the connection with your account credentials.
- Log into your Google Search Console account.
- Create or select a project.
- Select the Credentials tab on the left.
- Select your OAuth app in the OAuth 2.0 Client IDs section. The client ID and secret are displayed.
- Make sure Authorized Redirect URIs is set to https://connector.qlik.com/auth/oauth/v3.htm.
- To create a new client ID, click Create Credentials.
Creating the connection
Daha fazla bilgi için şuraya bakın: SaaS uygulamalarına bağlanma.
Gerekli bağlantı ayarlarını doldurduğunuzda Kimliği doğrula'ya tıklayın.
Kaynak uygulamada oturum açmanız istenebilir.
Kimlik doğrulama kodunu içeren bir pencere görüntülenir.
Kodu panoya kopyalayın ve bağlantı diyalog penceresine dönün.
Kodu Kaynak tarafından sağlanan kodu kullanarak kimlik doğrulama işlemini tamamlayın kısmında yapıştırın ve Doğrula'ya tıklayın.
İpucu notuBu alanı görmek için aşağı kaydırmanız gerekebilir.Durum Doğrulandı olduğunda kimlik doğrulaması tamamlanmıştır.
Bağlantı adı kısmında bağlantı için bir ad sağlayın.
Oluşturulduğu zaman bağlantı için meta verileri tanımlamak üzere Bağlantı meta verilerini aç'ı seçin.
| Setting | Description |
|---|---|
| Data gateway | Kullanım durumunuz gerektiriyorsa bir Veri Hareketi ağ geçidi seçin. Bilgi notu Qlik Talend Cloud Başlangıç Kılavuzu aboneliği Veri Hareketi ağ geçidi desteklenmediğinden bu alan, söz konusu abonelikle kullanılamaz. Başka bir abonelik kademeniz varsa ve Veri Hareketi ağ geçidi kullanmak istemiyorsanız Hiçbiri'ni seçin. Veri Hareketi ağ geçidi avantajları ve bunu gerektiren kullanım durumları hakkında bilgi için bkz. Qlik Data Gateway - Veri Hareketi. |
| Start Date | Verilerin kaynağınızdan hedefinize çoğaltılması gereken tarihi |
| Spreadsheet ID | The part of the URL when viewing or editing a Google sheet.
Example: For more information, see the Google documentation. |
| Client ID | Client ID. |
| Client Secret | Client secret. |
Schema
Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 1.
Depending on your destination, table and column names may not appear as they are outlined below.
file_metadata
The file_metadata table contains metadata about the spreadsheet defined in the integration’s settings.
Replication Method | CDC |
Primary Key | id |
Replication Key | modifiedTime |
| Useful links |
sheet_metadata
The sheet_metadata table contains metadata about the sheets within the spreadsheet defined in the integration’s settings.
Replication Method | Full Table |
Primary Key | sheetId |
| Useful links |
sheets_loaded
The sheets_loaded table contains metadata about individual sheets loaded to your destination.
Replication Method | Full Table |
Primary Keys | sheetId spreadsheetId loadDate |
| Useful links |
spreadsheet_metadata
The spreadsheet_metadata table contains metadata about the spreadsheet defined in the integration’s settings.
Replication Method | Full Table |
Primary Key | spreadsheetId |
| Useful links |