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

Comparison to Joiner transformation

Comparison to Joiner transformation

A Union transformation can merge data from multiple sources but does not combine data based on a join condition or remove duplicate rows, like a Joiner transformation.
The following table identifies some key differences between the Union transformation and Joiner transformation, which also merges data from multiple sources. Factor these differences into your mapping design:
Requirement
Union transformation
Joiner transformation
Remove duplicate rows
No. You can use a Router or Filter transformation downstream from the Union transformation to remove duplicates.
Yes
Combine records based on a join condition
No. The Union Transformation is equivalent to a UNION ALL statement in SQL, which combines data vertically from multiple sources.
Yes. The Joiner transformation supports Normal, Right Outer, Left Outer, and Full Outer JOINs.
Include multiple input groups
Yes. You can define multiple input groups and one output group.
Yes. You can define two input groups, Master and Detail.
Include heterogeneous sources
Yes
No
Merge different data types
All of the source columns must have similar data types. The number of columns in each source must be the same.
At least one column in the sources to be joined must have the same data type.
Generate transactions
No
Yes

0 COMMENTS

We’d like to hear from you!