gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-03 05:26:46 27 4
gpt4 key购买 nike

我正在从 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/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com