I pull data from a SQL table that has a column that can be 7 - 9 characters long which has a varchar(9) data type. I pass that column into a Lookup transform where the lookup is done against another table with a varchar(9).
My problem is that the Lookup seems to be throwing an error on any data that is not 9 characters long.
Do I have some kind of padding issue, and if so, how do I fix it? I've redirected the error rows to a viewer and they don't seem to have any padding. I've also added a Derived Column transform that trims the input data stream - no luck.
Any thoughts?
My problem is that the Lookup seems to be throwing an error on any data that is not 9 characters long.
Do I have some kind of padding issue, and if so, how do I fix it? I've redirected the error rows to a viewer and they don't seem to have any padding. I've also added a Derived Column transform that trims the input data stream - no luck.
Any thoughts?