azure - Azure 数据工厂中的列被截断

标签 azure etl azure-data-factory

我正在从 PuBchem 数据源(数据 urlhttps://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Extras/MeSH-Pharm)读取制表符分隔文件,我正在使用 azure 数据工厂来获取来自 Url 位置的数据并传输至 Blob 存储。但数据工厂只提供 3 列,这就是我的数据集的样子 enter image description here

数据预览enter image description here

最佳答案

数据预览在预览时显示有限的行数。预览中显示的列数是从文件的第一行开始的。

只需确保加载到存储中的数据没有被截断

在我的示例文件中,我的数据超过 3 列,但我的第一行只有 3 列,因此在预览数据中列数显示为 3。但文件已按预期加载到我的存储中,所有列均已加载。

(这里我的第 10 行有 4 列,但在数据预览中显示为 3)。 enter image description here

当我编辑文件以将 4 列的行移动到顶部并预览时,它显示 4 列。

enter image description here

关于azure - Azure 数据工厂中的列被截断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68393147/

相关文章:

azure - 通过 PowerShell 从本地 SQL Server 2016 将 dacpac 发布到 Azure SQL 托管实例失败 "cannot publish to SQL Server 2014"

azure - 如何查找 Azure 订阅配额

java - 为 SnapLogic 自定义快照设置 JUnit 时出现 java.lang.NoSuchMethodError

现实世界中的Azure数据工厂价格: Does Unchanged Upsert is treated as One Write for Billing?

azure - Azure 数据流中是否有合并功能

azure - 如何使用 Azure 数据工厂将 CSV 转换为嵌套 JSON 数组?

c# - 设置和检索 Azure Blob 存储中 Blob 的元数据

azure - azcopy v10 复制不复制 blob 元数据

csv - 批量转换visual foxpro dbf表到csv

oracle - 如何将大表从 oracle db 到 hdfs?