无法将包含西里尔数据的 csv 文件上传到 google Data Studio - 编码为 utf-8 错误
can't upload csv file with cyrilic data to google data studio - encoding utf-8 error
基本谷歌搜索显示我应该将我的文件保存为 CSV 文件。我做了并再次上传 - 错误仍然存在:
This file has processing errors.
Row 2: Invalid characters in the file. Only UTF-8 encoded characters are supported.
一些列有西里尔字母名称,"address","name"。
我该如何解决?
- 什么是 objective(CSV 或获取数据到 Google Data Studio)?
- 如果目的是将数据从 Excel 文件加载到 Google Data Studio,有两种方法:
1) CSV UTF-8
文件是保存为 CSV 文件还是专门编码为 UTF-8 CSV(图片来自 Dear Systems, 2019)?
步骤 1:
步骤 2:
步骤 3:
2) Google Sheets
- 将 Excel 文件(按原样)加载到 Google 驱动器;
- 打开 Google 驱动器中的 Excel 文件并另存为 Google Sheet;
- 在创建 Data Source 和随后的 Google Data Studio 报告时使用 Google Sheet 作为数据集。
用 GIF 更新
- 使用来自 SampleDocs
的 7 Mb Excel 文件进行了尝试
- Excel File on Google Drive
- Google Sheets File (from Excel File)
- 进程(加载 Excel文件,转换它为Google Sheet并且 加载 所有 50,000 行)花费了不到 45 秒:
- 或者,您可以从 Excel 复制并粘贴到 Google Sheets:
- Select 全部 (Excel): Ctrl + A
- 复制(Excel): Ctrl + C
- 粘贴值(Google Sheets):Ctrl + Shift + V
基本谷歌搜索显示我应该将我的文件保存为 CSV 文件。我做了并再次上传 - 错误仍然存在:
This file has processing errors.
Row 2: Invalid characters in the file. Only UTF-8 encoded characters are supported.
一些列有西里尔字母名称,"address","name"。
我该如何解决?
- 什么是 objective(CSV 或获取数据到 Google Data Studio)?
- 如果目的是将数据从 Excel 文件加载到 Google Data Studio,有两种方法:
1) CSV UTF-8
文件是保存为 CSV 文件还是专门编码为 UTF-8 CSV(图片来自 Dear Systems, 2019)?
步骤 1:
步骤 2:
步骤 3:
2) Google Sheets
- 将 Excel 文件(按原样)加载到 Google 驱动器;
- 打开 Google 驱动器中的 Excel 文件并另存为 Google Sheet;
- 在创建 Data Source 和随后的 Google Data Studio 报告时使用 Google Sheet 作为数据集。
用 GIF 更新
- 使用来自 SampleDocs 的 7 Mb Excel 文件进行了尝试
- Excel File on Google Drive
- Google Sheets File (from Excel File)
- 进程(加载 Excel文件,转换它为Google Sheet并且 加载 所有 50,000 行)花费了不到 45 秒:
- 或者,您可以从 Excel 复制并粘贴到 Google Sheets:
- Select 全部 (Excel): Ctrl + A
- 复制(Excel): Ctrl + C
- 粘贴值(Google Sheets):Ctrl + Shift + V