Hi,
Would you mind provide some thoughts of the following issues? thanks.
I am trying to read in more than 100 csv files by using SSIS foreach loop containter. Each CSV file follows the same format and same column name, type. However there exist repeated column names in each csv file, therefore I kept getting the warning 'There is more than one data source column with the name ...', and then fail.
I can't modify the source data as it's Read Only, moreover i will need to build this up and runs daily as there are csv files keep coming in everyday.
Any ideas/comments will be very helpful. Many thanks.
Regards
Stephen