How to Download Only Current Day Files from FTP Server by using FTP Task in SSIS Package - SQL Server Integration Services(SSIS) Tutorial

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.
  1. How to Create an SSIS Package from Basics
  2. How to Create Variable and Write expression on variable to Get Current Day Files from FTP Server
  3. 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



Related Posts / Videos on FTP Task / Script Task

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.