I have some files in two different containers or storage accounts and would like to make these files available in a single container or single storage account, can this be archieved using ADF?
I have some files in two different containers or storage accounts and would like to make these files available in a single container or single storage account, can this be archieved using ADF?
Hi @adekunah-6680,
Thank for reaching out here.
Just checking in to see if the below suggestion from @VaibhavChaudhari was helpful. If it answers your query, please do click “Accept Answer” and/or Up-Vote, as it might be beneficial to other community members reading this thread.
And, if you have any further query do let us know.
Thank you
Hi @adekunah-6680,
We still have not heard back from you. Just wanted to check if the any of the below suggestions were helpful? If it answers your query, please do click “Accept Answer” and/or Up-Vote, as it might be beneficial to other community members reading this thread. And, if you have any further query do let us know.
Thanks
One option is to have 2 copy activities which will copy these 2 files in a single folder called staging.
Then one more Copy activity, which will point to staging folder and merge 2 files and save it to some target folder. In Copy activity property, you need to set copy behavior to merge as shown in below -
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
You can use dataflow to copy from multiple sources into a single storage account without staging the data.
7 people are following this question.