如何将数据从管道传递到数据流

时间:2019-12-24 15:35:36

标签: azure-data-factory azure-data-factory-2 azure-data-flow

我的管道中有一个变量,内容如下:

{
 "childItems":[{"name":"file10"},{"name":"file12"},{"name":"file31"}] //goes on for about 5000 items
}

我可以将它作为参数传递给我的数据流。

如何将数据流中的数据集添加到此数组中?

联接的另一端看起来像这样:

filename,status
file10,open
file22,closed
file12,pending

预期结果将是上述内容与json数组的内部连接:

file10,open
file12,pending

我们如何从数据流中加入变量?

0 个答案:

没有答案