I have an SSIS package, with Excel as the source, loading data to an OLE DB destination.
Today it failed with the error:
[Excel Source [1531]] Error: Column "Product Value" cannot be found at the datasource.
After some effort, I realized that the column name, which used to be "Product Value", was now "Product Value ".
The extra space at the end of the column name is causing this problem. Is there any fix for this type of error?