Hi,
I am using SSIS 2005 and using Lookup transformation based on join condition on Customer_ID column.
This is working perfectly and lookup is loading the data in destination table also correctly in the sense if lookup encounters any NULL or <blank> values for the above Customer_ID column then it is redirecting as error to the error destination I have created.
Only thing what I want to achieve now is actually these NULL records are also having some meaningful information (in other columns) which I am loosing since it is redirecting to error output. How to stop lookup to send NULL records to the error destination.
Is there a way I can redirect this records also to the same destination table, the way other regular records are going to this table. In short, I want to include the records having NULL and <blank> values as well and don't want to treat them as error.
Please advise. Thanks