- Data Integration
- All Products
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
|
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.
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.
How can we remove duplicates using JOINER? Can you please post a detailed explanation?
Thanks.
Hi v S,
Thanks for reaching out! We've forwarded your question to our QA team and will get back to you shortly.
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!