Hi,
Currently i build some 40 odd ssis packages to dump data from 40 different files. Now we got a requirement where we have to process another 40 files. But this time the requirement has changed like this " Create only one custom component in ssis which will read the 40 files and dump the data into db rather than creating one one SSIS packages for 40 different files. So that if in future any more file will come we don't have to create ssis package for that. Its the custom component which will take of that new file."
Please suggest me how to proceed for the same.