Scenario:
Our vendors upload the files to FTP Server on daily basis. They upload the files for each day and have date added to each file. We want to create an SSIS Package that runs every day one some schedule and download only the files which are loaded for current day date.
Solution:
To download the files for Current day , we can use FTP Task and build our wildcard by using expressions.
Our vendors upload the files to FTP Server on daily basis. They upload the files for each day and have date added to each file. We want to create an SSIS Package that runs every day one some schedule and download only the files which are loaded for current day date.
Solution:
To download the files for Current day , we can use FTP Task and build our wildcard by using expressions.
- How to Create an SSIS Package from Basics
- How to Create Variable and Write expression on variable to Get Current Day Files from FTP Server
- How to use Variable in FTP Task to download Current Day files to Local Folder in SSIS Package
Download Only Current Day Files from FTP Server by using FTP Task in SSIS Package