Create a dynamic Folder Path in SSIS Azure Flexible File Destination
Muhammad Mukhtar
1
Reputation point
I am trying to dump data into Azure Datalake Gen2 using SSIS. I found about Flexible File Destination Editor but I am stuck at setting the Folder Path dynamically. I have set the variables thisYear and thisMonth but how do I use them in my Folder Path?
I tried as below but it wouldnt give me the expected value of testdump/2021/08. Am I missing something? Please help.
My full data flow as below. The output in my Datalake is testdump/@[User::thisYear]/@[User::thisMonth] instead of testdump/2021/08.
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Sign in to answer