I am working on a project with SSIS and would like to know if situation is possible to handle using the Lookup Transformation.
I have an input stream with values something like
- NAME1
- NAME2
- NAME3
- ALL
I want to lookup these values in a master table which has only names and NOT "ALL" value. But I want to pass the records with ALL too. How can I pass the lookup values for few known values where there will be no match?
If not lookup, please suggest me some other way.