RE: How can you say that union Transormation is Active...
By Definiation, Active transformation is the transformation that changes the number of rows that pass through it...in union transformation the number of rows resulting from union can be (are) different from the actual number of rows.
RE: How can you say that union Transormation is Active...
Heloo Msr your answer is wrong.Union is not eliminating the duplicate rows.If anybody knows please give me reason. All are giving the above answers are not supporting that question.Don't give the active transofrmation defination.I want exact reasons.
RE: How can you say that union Transormation is Active...
Hi,
Union Transformation is a active transformation because it changes the number of rows through the pipeline.
It normally has multiple input groups to add on it compare to other transformation.Before union transformation was implement the funda on number of rows was right i.e before 7.0 but now its not the exact benchmark to determine the active transformation
RE: How can you say that union Transormation is Active transformation.
Hi all, some people saying that a union T/R eliminates duplicates. but it is woring . As of now it wont eliminate duplicates.
The union T/R is active and also passive depends upon the property "is active" which is present at union T/R properties tab. this Specifies whether this transformation is an active or a passive transformation. When you enable this option, the transformation can generate 0, 1 or more output rows for each input row. Otherwise, it can generate only 0 or 1 output row for each input row.
but this property is disabled in informatica 7.1.1. I think it may developed in future.