Forum Discussion
Jill_Claus
Jan 14, 2021Copper Contributor
Move Files in an Azure File Share After ETL
I just began using Azure Data Factory. I created a pipeline that imports data from files located in our Azure Storage Account into our Azure SQL Database. Now I want to create a new folder in ou...
SLalwani
Feb 01, 2021Copper Contributor
Hey Jill_Claus,
If your filename has a date that you want to use or date from file metadata, use GetMetadata activity before your Copy activity and use the output of metadata activity(key from output array of metadata activity) in your sink dataset folder properties using the dynamic content editor.
Let me know if that works for you or you need more help.
Thanks,
Sunaina