I have a folder containing like 100 files and I need to load each file into a different table.
Each file has a different structure.
Eg : file named as A.txt goes into table A, filenamed as B goes into table B and so on.
How can I achieve this using SSIS? I tried dynamic connection string but it works if all the files have same structure.