问题
I am new to the Azure Data factory V2 and blob storage. When try to add the file connection(linked server) in copy data from blob storage dynamically the following error is encountered while trying to map the columns by importing the schema from file
"Failed to convert the value in 'container' property to 'System.String' type. Please make sure the payload structure and value are correct.."
I tried:
used static parameters and assign the static parameters to the linked connection
回答1:
Please refer to my working steps:
1.Configuration of Azure Blob Storage Source DataSet:
parameters:
2.Configuration of Azure Blob Storage Sink DataSet:
3.Configuration of Copy Activity,you could modify the value of parameters here:
4.Result:
来源:https://stackoverflow.com/questions/56337163/when-try-to-add-dynamic-file-name-linked-server-in-azure-data-factory-v2-error