我的数据湖上的文件夹结构是/raw/project/countryName/year/files.json 如何创建复制活动以读取每个文件夹中的所有文件?
在文档中,我只能找到按数据示例分区:
"folderPath": {
"value": "adfcustomerprofilingsample/logs/marketingcampaigneffectiveness/@{formatDateTime(pipeline().parameters.windowStartTime, 'yyyy/MM/dd')}/",
"type": "Expression"
},
"folderPath": { "value": "/raw/project/countryName/@{formatDateTime(pipeline((.parameters.windowStartTime, 'yyyy'(}/", "类型": "表达式" },
如上所述指定您的文件夹路径,不要指定您的文件名。 在复制源类型属性中,将递归设置为 true。