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.
You need administrator permissions in your Google Search Console account.
To enable Google Sheets API:
- Log into your Google Search Console account.
- Create or select a project.
- Navigate to APIs & Services > + Enable APIs and Services.
- Search for Google Sheets API.
- Click Enable.
To retrieve your client ID and secret:
- Log into your Google Search Console account.
- Create or select a project.
- Navigate to APIs & Services > Credentials.
- 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.
- In the Data Access section, click Add or remove scopes.
- Select the following scopes:
- .../auth/userinfo.profile
- .../auth/spreadsheets.readonly
- .../auth/drive.metadata.readonly
- Click Update.
- Click Save
- In the Audience section, set User types to Internal.
Set up your OAuth 2.0 app in Google Cloud Platform for internal use. If you set the audience to external, you may need to submit the OAuth 2.0 app for verification by Google.
Creating the connection
Para obter mais informações, consulte Conectando-se a aplicativos SAP.
Clique em Autenticar quando tiver preenchido as configurações de conexão necessárias.
Você pode ser solicitado a fazer login no aplicativo de origem.
Uma janela é exibida com um código de autenticação.
Copie o código para a área de transferência e retorne à caixa de diálogo de conexão.
Cole o código em Autenticação completa com o código fornecido pela fonte e clique em Verificar.
Nota de dicaPode ser necessário rolar para baixo para ver este campo.Quando o status é Verificado, a autenticação é verificada.
Forneça um nome para a conexão em Nome da conexão.
Selecione Abrir metadados de conexão para definir metadados para a conexão quando ela for criada.
| Setting | Description |
|---|---|
| Data gateway | Selecione um Gateway Data Movement se for necessário para seu caso de uso. Nota informativa Esse campo não está disponível com a assinatura do Iniciante do Qlik Talend Cloud, pois esta não é compatível com o Gateway Data Movement. Se você tiver outro nível de assinatura e não quiser usar o Gateway Data Movement, selecione Nenhum. Para obter informações sobre os benefícios do Gateway Data Movement e casos de uso que exigem isso, consulte Qlik Data Gateway - Movimentação de dados. |
| Start Date | Digite a data, no formato |
| 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.
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 |