In mapping i need to check the value of source field and then map accordingly to target.
Lets say the source field is customer number, i have around 100 or 200 customer numbers which should be mapped to target.
If any other customer number comes which is not in the list it should not be mapped to target.
What is best way to handle this mapping.