简体   繁体   English

从工作表到 BigQuery 表的数据连接器未导入

[英]Data Connectors from Sheets to BigQuery table not importing

I have a Sheet with data coming from a G-Form response.我有一张表格,其中包含来自 G-Form 响应的数据。 Using the Sheets' data connector I was able to make a connection to a BigQuery Table, but the Sheets data is not importing, and am unable to figure out why.使用表格的数据连接器,我能够连接到 BigQuery 表,但表格数据没有导入,我无法找出原因。

Sheets Data from Forms表格数据来自 Forms

TimeStamp           |  Email Address   | Check box if info provided
10/02/2021 10:28:32 | jondoe@gmail.com | Name, Address, City
10/02/2021 12:32:44 | jaxdoe@gmail.com | Name, Address, City, Zip
10/03/2021 01:22:11 | jandoe@gmail.com | Name

BigQuery Table Fields and Schema BigQuery 表字段和架构

Field name    | Type       | Mode
Timestamp     | DATETIME   | NULLABLE           
Email_Address | STRING(255)| NULLABLE           
Response      | STRING     | NULLABLE   

Data Preview after refreshing刷新后数据预览在此处输入图像描述

It's not possible to directly add data from sheets to BigQuery.无法将工作表中的数据直接添加到 BigQuery。 For your requirement you can import the sheet to drive and export data to bigquery using Add data option in BigQuery.根据您的要求,您可以使用 BigQuery 中的Add数据选项导入工作表以驱动数据并将数据导出到 bigquery。

You can connect Public Dataset tables and other tables in BigQuery to Sheets as you are doing following this document .您可以按照本文档的说明将公共数据集表和 BigQuery 中的其他表连接到表格。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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