In this video I have explained how we can create multiple folders dynamically in blob based on each file's last modified on date.
Part 1: Single file | Create dynamic folder in blob based on file last modified on date
• 19.Create dynamic folder in blob base...
Recommended videos
1 : File Path in Dataset • 2.ADF File Path in dataset | copy fro...
2: Wild Card • 3.ADF Wildcard Explained in Detail | ...
3: List of Files • 4.ADF Copy List Of Files Feature | co...
4: Copy Prefix • 5.ADF Copy Prefix in copy activity | ...
5. Managed Identity (system and user assigned) • 14. Azure Managed Identity-MI Step-by...
6 SAS(shared access signature) explained : • Shared access signature in Azure stor... .
7.ADF Introduction : • 1.Azure data factory Introduction for...
8.Azure storage account creation : • What is Azure storage account and how...
Expression used :
@concat(substring(activity('Get Last Modified of File').output.lastModified,0,4),'/',substring(activity('Get Last Modified of File').output.lastModified,5,2),'/',substring(activity('Get Last Modified of File').output.lastModified,8,2))
Follow me on LinkedIn
www.linkedin.com/in/ramkumar-rajendran
Playlist
Azure tutorial :
• What is Azure Resource Group | How to...
AzureData factory Tutorial :
• Azure Data Factory
Git and Git Hub Tutorial :
• What is Git | version control |Basic ...
Azure DevOps tutorial :
• Video