This msdn blog entry:
http://blogs.msdn.com/luti/archive/2008/07/11/ssis-by-example-1-processing-files-in-folder.aspx
is written for 2008.
I'm having trouble implementing in 2005. (When the foreach loop runs the process fails with input file name="" (ie seems its not fed the file name from the folder)
If anybody looks at the above link -- is there any reason this will not work in 2005? All the steps are accessible.
Lastly, more routine, 2005 specific:
What's the difference between the For Each loop container and the Foreach loop container?
thanks folks, B