尝试在 Azure 数据工厂 V2 中添加动态文件名(链接服务器)时遇到错误

when try to add dynamic file name (linked server) in azure data factory V2 error encountered

我是 Azure Data factory V2 和 blob 存储的新手。 当尝试从 blob 存储动态添加文件连接(链接服务器)时,在尝试通过从文件

导入架构来映射列时遇到以下错误

"Failed to convert the value in 'container' property to 'System.String' type. Please make sure the payload structure and value are correct.."

我试过了:

使用静态参数并将静态参数分配给链接的连接

请参考我的操作步骤:

Azure Blob 存储源数据集的

1.Configuration:

参数:

2.Configuration 的 Azure Blob 存储接收器数据集:

3.Configuration of Copy Activity,你可以在这里修改参数值:

4.Result: