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. Cleanse transformation
  9. Data Masking transformation
  10. Data Services transformation
  11. Deduplicate transformation
  12. Expression transformation
  13. Filter transformation
  14. Hierarchy Builder transformation
  15. Hierarchy Parser transformation
  16. Hierarchy Processor transformation
  17. Input transformation
  18. Java transformation
  19. Java transformation API reference
  20. Joiner transformation
  21. Labeler transformation
  22. Lookup transformation
  23. Machine Learning transformation
  24. Mapplet transformation
  25. Normalizer transformation
  26. Output transformation
  27. Parse transformation
  28. Python transformation
  29. Rank transformation
  30. Router transformation
  31. Rule Specification transformation
  32. Sequence transformation
  33. Sorter transformation
  34. SQL transformation
  35. Structure Parser transformation
  36. Transaction Control transformation
  37. Union transformation
  38. Velocity transformation
  39. Verifier transformation
  40. Web Services transformation

Transformations

Transformations

Creating a Joiner transformation

Creating a Joiner transformation

Use a Joiner transformation to join data from two related heterogenous sources.
Before you create a Joiner transformation, add Source transformations to the mapping to represent source data. Include any other upstream transformations that you want to use.
If the data in the two pipelines include matching field names, rename one set of fields in a transformation upstream from the Joiner transformation.
  1. In the
    Transformation palette
    , drag a Joiner transformation onto the mapping canvas.
  2. Connect an upstream transformation that represents one data set to the Master group of the Joiner transformation.
    To improve job performance, use the transformation that represents the smaller data set.
  3. Connect an upstream transformation that represents the other data set to the Detail group of the Joiner transformation.
  4. On the
    General
    tab, enter a name and optional description for the transformation.
  5. On the
    Incoming Fields
    tab, configure the field rules that define the data that enters the transformation.
  6. On the
    Join Condition
    tab, select the join yype.
  7. To configure a join condition, select Simple for the join condition. Click
    Add New Join Condition
    , and then select the master and detail fields to use and the operator. You can create multiple join conditions.
    Alternatively, to use a parameter for the join condition, select Completely Parameterized for the join condition.
You can add downstream transformations to the mapping and configure them. When the mapping is complete, you can validate and save the mapping.

0 COMMENTS

We’d like to hear from you!