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

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 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
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
Yes
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!
pankaj kumar Sarkar - August 29, 2023

Hi Team,

I am new to IICS , but regarding the comparison on Union VS Joiner - "Include heterogeneous sources" , seems Joiner Transformer supports heterogeneous sources ( Just have joined successfully Flat file(csv) with Salesforce file). Can you please explain more in this points. 

Informatica Documentation Team - August 29, 2023

Hi Pankaj Kumar Sarkar,

Thanks for reaching out! You are correct - the Joiner transformation can join data from two related heterogeneous sources.

We'll file a documentation issue to get this topic clarified by the next major release.

 


v S - December 29, 2023

How can we remove duplicates using JOINER? Can you please post a detailed explanation?
 

Thanks.

Informatica Documentation Team - January 06, 2024

Hi v S,

Thanks for reaching out! We've forwarded your question to our QA team and will get back to you shortly.


Informatica Documentation Team - January 12, 2024

Hi again v S,

We've confirmed with our QA team that this seems to be an error in the documentation. You can't remove duplicates using the Joiner transformation. However, you can use a Router or Filter transformation to do this.

We'll update this topic for the next release.

Thanks so much for bringing this to our attention!