Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Aggregator transformation
  6. Cleanse transformation
  7. Data Masking transformation
  8. Data Services transformation
  9. Deduplicate transformation
  10. Expression transformation
  11. Filter transformation
  12. Hierarchy Builder transformation
  13. Hierarchy Parser transformation
  14. Hierarchy Processor transformation
  15. Input transformation
  16. Java transformation
  17. Java transformation API reference
  18. Joiner transformation
  19. Labeler transformation
  20. Lookup transformation
  21. Machine Learning transformation
  22. Mapplet transformation
  23. Normalizer transformation
  24. Output transformation
  25. Parse transformation
  26. Python transformation
  27. Rank transformation
  28. Router transformation
  29. Rule Specification transformation
  30. Sequence Generator transformation
  31. Sorter transformation
  32. SQL transformation
  33. Structure Parser transformation
  34. Transaction Control transformation
  35. Union transformation
  36. Velocity transformation
  37. Verifier transformation
  38. Web Services transformation

Transformations

Transformations

Unconnected lookups

Unconnected lookups

An unconnected Lookup transformation is a Lookup transformation that is not connected to other transformations in a mapping. A transformation in the mapping pipeline calls the Lookup transformation with a :LKP expression. The unconnected Lookup transformation returns one column to the calling transformation.
You can use an unconnected Lookup transformation to perform a lookup against the following types of data objects:
  • Flat file
  • Relational database
  • Amazon Redshift V2
  • Amazon S3 V2
  • Google BigQuery V2
  • Microsoft Azure Synapse SQL
  • Snowflake Data Cloud
The following table lists the differences between connected and unconnected Lookup transformations:
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.

0 COMMENTS

We’d like to hear from you!