Link to home
Start Free TrialLog in
Avatar of chuang4630
chuang4630

asked on

How to use SSIS to import data file by looping though the files in the folder?

How to use SSIS to import data by looping though the files in the folder?

Suppose we have data folders as follows:

C:\DataImport\FTP\Transport\In
C:\DataImport\FTP\Market\In

The file types can be: .zip, xls, csv and xml.

How do we dynamically configure the data source to achieve the goal?

The destination is always SQL 2008R2.

SOLUTION
Avatar of Alpesh Patel
Alpesh Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chuang4630
chuang4630

ASKER

Where do you do foreach loop? So far I have just created the File System Task. Any new task needed?