A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @reddy421 ,
You may try to use script task to do that.
Define the file name with expression as below
"DD_Adjustment_HOLY_"+SUBSTRING((DT_WSTR, 30)getdate(),1,4)+"-"+SUBSTRING((DT_WSTR, 30)getdate(), 6,2)+"-"+SUBSTRING((DT_WSTR, 30)getdate(), 9,2)
Reference here: https://stackoverflow.com/questions/66242015/download-sftp-file-using-ssis-package
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.