What is the main difference between a Joiner Transformation
and Union Transformation?
Answer Posted / medatati satya teja ravi kiran
UNION:1)we can create multiple input groups,but only one
out put group
2)we can connect heterogeneous sources to a union
transformation
3)The union tf does not remove duplicate rows.To remove
duplicte rows, we must add another tf such as router or
filter tf
JOIN:1)Used to join source data from two related
hetorogeneous sources residing in different locations or we
can join data from the same source
2)The joiner tf remove duplicate rows...
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What are the static cache and dynamic cache in informatica?
What are ETL Tools?
What's the layout of parameter file (what does a parameter file contain?)?
What is a rank transform?
What is the way to execute pl/sql script using informatica mapping?
Explain how to import oracle sequence into informatica?
what is INFORMATICA TESTING process
Parameter and variable differences
What are the types of caches in lookup? Explain them.
What is a node in Informatica?
How to do unit testing in informatica? How to load data in informatica ?
How to open an older version of an object in the workspace?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
What is the difference between source qualifier transformations source filter to filter transformation?