简体   繁体   English

Azure 数据工厂 (v2) 中缺少 JSON 标头

[英]JSON Headers is missing in Azure Data Factory (v2)

In the pipeline, I used copy data activity to fetch data from REST API into a .txt file在管道中,我使用复制数据活动从 REST API 获取数据到 .txt 文件

This is the preview of source data:这是源数据的预览: 在此处输入图片说明

However after running the pipeline, I received the following output:但是在运行管道后,我收到了以下输出: 在此处输入图片说明

Now where is the column header?现在列标题在哪里? Is there something that I might have missed in configuring during creating the copy data activity?在创建复制数据活动期间,我是否可能在配置过程中遗漏了什么?

EDIT: Here's the sink configuration:编辑:这是接收器配置: 在此处输入图片说明

You have probably missed the option "First row as header" when configuring the sink dataset.在配置接收器数据集时,您可能错过了“第一行作为标题”选项。 Check that you have this enabled in the sink dataset of your copy activity:检查您是否在复制活动的接收器数据集中启用了此功能:

第一行作为标题

Hope this helped!!希望这有帮助!!

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

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