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 variable thisYear and thisMonth but how do I use those variables 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: