I am trying to copy the most recent file from the set of files with format "filename_yyyymmdd" from one container to another using ADF. I want a single file to be copied from those set of file.
How we can achive this ?
I am trying to copy the most recent file from the set of files with format "filename_yyyymmdd" from one container to another using ADF. I want a single file to be copied from those set of file.
How we can achive this ?
Hi @SHIV-5358,
Following up to see if any of the below solutions were helpful? In case If you already found a solution, would you please share it here with the community? Otherwise, let us know and we will continue to engage with you on the issue. Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members
Hey @Shiv-5358,
You can refer this link,
Its a combination of Getmetedata activity and copy activity
@SHIV-5358 Welcome to Microsoft Q&A Platform. Thanks for posting the query.
Adding more information to above suggestion, You can also use different tools: CLI, Azcopy & Azure Storage explorer
Copy and transform data in Azure Blob storage by using Azure Data Factory
I would recommended to use the azcopy tool in your scenario.
There are several options for transferring data to and from Azure, depending on your needs. Please refer to this article
Hope this helps!
Kindly let us know if the above helps or you need further assistance on this issue.
Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.
Hi @@SHIV-5358,
You can find the implementation using ADF here : https://docs.microsoft.com/en-us/answers/questions/349584/adf-copy-last-modified-blob.html
Hope this helps.
Please don’t forget to Accept Answer
and Up-Vote
wherever the information provided helps you, this can be beneficial to other community members.
8 people are following this question.