Data Integration
- Data Integration
- All Products
Functionality
| Connected lookup
| Unconnected lookup
|
---|---|---|
Input values
| Receives input values directly from the mapping pipeline.
| Receives input values from the result of a :LKP expression in another transformation.
|
Cache
| Cache includes all lookup columns used in the mapping. This includes columns in the lookup condition and columns linked as output fields to other transformations.
Can use static or dynamic cache.
| Cache includes all lookup/output fields in the lookup condition and the lookup/return field.
Cannot use dynamic cache.
|
Return values
| Returns multiple values from the same row.
| Returns the specified field for each row.
|
Lookup conditions
| If there is no match for a lookup condition,
Data Integration returns the default value for all output fields.
If there is a match,
Data Integration returns the results of the lookup condition for all lookup/output fields.
| If there is no match for the lookup condition,
Data Integration returns NULL.
If there is a match,
Data Integration returns the result of the lookup condition to the return field.
|
Output values
| Passes multiple output values to another transformation. Links lookup/output fields to another transformation.
| Passes one output value to another transformation. The lookup/output/return field passes the value to the transformation that contains the :LKP expression.
|