We have a situation where we are importing a number of files with the same format, using the same SSIS package. The package is being loaded and executed from a .net assembly.
In the end, I used a foreach loop in the package to process each file in term. This was very fast! I still have a lot to learn about SSIS!