| Connected |
Unconnected |
| Receives input values directly from the pipeline |
Receives input values from the result of a :LKP expression in another transformation. |
| Use a dynamic or static cache |
Use a static cache |
| Give user-defined default values |
Not accepts user-defined default value |
| Return multiple column |
Returns only one column |
| Pass multiple output values |
Passes one output value |
| Cache includes all lookup columns used in the mapping |
Cache includes all lookup/output ports in the lookup condition and the lookup/return port |
| No match for the lookup condition::returns the default value for all output ports |
No match for the lookup condition:: PCS returns NULL |
| Match for the lookup condition::returns the result of the lookup condition for all lookup/output ports |
Match for the lookup condition:: returns the result of the lookup condition into the return port |