bigquery-create table 无法从 CSV 文件中检测到列 header(日文中的列 headers。)

bigquery-create table not able to detect column header from CSV file(column headers in japanese lang.)

我正在使用 GCP 控制台尝试通过从本地计算机上传 CSV 文件来创建 table。

CSV 文件中的第一个原始文件包含第 header 列及其日语语言。

Table 创建成功但 title/header 列显示垃圾字符 (1----------------, 2----------------, 3------------ ---等)

知道如何阅读日文专栏 header 以从 CSV 文件创建 table。

提前致谢。

很高兴您能够将文件读入 BigQuery - 但是 BigQuery 不支持 table 名称和列名称的多字节 (UTF-8) 字符。

这是日本流行的功能请求。请投票并关注以下问题以跟上更新: