Azure 数据工厂 - 从文件共享中读取文件路径列表并保存到 Blob

Azure Data Factory - Read in a list of filepaths from a fileshare and save to Blob

我有一个文件路径列表,保存在一个文本文件中。

例如:filepaths.txt ==

C:\Docs\test1.txt

C:\Docs\test2.txt

C:\Docs\test3.txt

我如何设置 Azure 数据工厂管道,基本上循环遍历每个文件路径并将其复制到 Azure Blob 存储?所以在 blob 存储中,我会:

谢谢,

您可以在副本中使用“文件列表”选项activity。但是要在 1 步中完成此操作,您的包含文件列表的 txt 文件需要与实际文件所在的源位于同一源中。