November 17, 2009 at 2:27 pm
Hi,
I have folder name FolderA and it has 10 text files one for each month.
I loaded all the text files into a table using for each loop container.
Now, when i get a new text file for the month of november i sould load only this file into the table
like an incremental load.
How is this possible?
Thanks,
November 17, 2009 at 5:29 pm
I have batch file to run as second step in Job which runs SSIS package.This step will dump the loaded files to Processed folder and the next time SSIS package runs it will only have new files.
November 18, 2009 at 8:14 am
I would add a second step within the 4 each file enumerator and move the processed files to an archive folder.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 18, 2009 at 8:42 am
This helps,
Thanks!
November 18, 2009 at 9:34 am
If you do not wish to archive the files, you can use a log table or a log file to store the name of the files already imported. Use a script task to exclude files that have been already imported.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply