I have to design ETL to load data into a table. But, I shouldnt load values matching keys in a lookup table. Eg.
*Input Table*
Cab Ride
Ride in Cab
Booked Cab
Self drive
Car pooling
*Lookup Table*
Cab
Taxi
*Destination Table*
Self drive
Car pooling
As we can see in destination table we are not loading data that contains Cab
Please let me know if this possible in Pentaho or SQL