How union transformation is active ?
Answers were Sorted based on User's Feedback
Answer / kish
union t/r means multi input source merged into single output
group.and also union t/r work as union all in oracle. and it
support duplicate data but union t/r having property is
their "make it active" enable them that's why it does not
accept duplicate record.this is the process
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / priyank
As per the definition of the Active transformation, the no
of rows going in should be equal to the no of rows going
out.Besides that the row id of the input rows should be the
same the row id of the out going rows.
Henceforth, union transformation is true for the first
condition where the no of rows entering is same as the no
of rows going out as Union transformation treats rows for
UNION ALL condition. But in the second condition i.e. Row
id,there is no control on the rows which enter the Union
transformation from different sources so the Row id can
change.
| Is This Answer Correct ? | 3 Yes | 4 No |
i have 1000 record flat file source i want 1st row to 1st target, 2nd row to 2nd target, 3rd row to 3rd target how will u do? Without using Mod Function? Explain....
can u apply SCD2 on flat file tgt? if yes wat is the procedure?
What is rank transform?
In real time scenario where can we use mapping parameters and variables?
If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how can we loaded only updated rows into target.
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
By using joiner t/r we can join only 2 tables, SO if want join more than 2 flat files ,How can i join?
What are the different threads in DTM process?
hi i want to install latest informatica software in my pc..can anybody help me where should i get the infomatica software..plz help me
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
what is bridge tables in informatica
How to display last 5 records in a table ? With out Top key word and doing order by desc Advance thanks