I want to load in information from an excel spreadsheet to the database using a SSIS package, and the package works fine when the spreadsheet doesn't change.
One of the requirements for this task is to let users add comments on the spreadsheet. There is a column for the comments in the spreadsheet already, so the users just add comments to that column.
When they save the edited spreadsheet and I run the package, the Excel Source complains that the external columns are out of sync, and even more strangely, the number of columns that are shown in the Mapping
is less than the original spreadsheet.
What causes this and how do I fix it so that I can run this package automatically as a scheduled job in SSIS?