So we all know you can't bulk insert with an UTF-8 text file into SQL Server 2008. Then its a flat file source to a database for me. However I have 200 files. How can I import these all at once instead of creating a SSIS task for each different set of column numbers?
For example create a SISS data flow task for the ones with 30, a different SSIS task for the ones with 34 columns etc.
Note that a FOR EACH LOOP CONTAINER does not work. I tried and it failed .
Also after column 20 the order of the columns in the text file is different in some of the files as well .