Table of Contents

Search

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