SSIS - Is there a Data Flow Source component that will handle CSV files where the column order may change?
问题 We have written a number of SSIS packages that import data from CSV files using the Flat File Source. It now seems that after these packages are deployed into production, the providers of these files may deliver files where the column order of the files changes (Don't ask!). Currently if this happens, our packages will fail. For example, an additional column is inserted at the beginning of each row. In this case, the flat file source continues to use the existing column order, which obviously