Aggregator transformation is having fields say a,b,c,d,e group
by is enabled on a,b,c with sorted input,How the aggregator
transformation process the i/p data?or in which way i/p comes
to agg transformation
Answer / priyank
Aggregator transformation will pass the output as the last
row coming in for the group a,b,c.
| Is This Answer Correct ? | 0 Yes | 4 No |
How do you change a non-reusable transformation to reusable transformation?
Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .
can we import source table without using source qualifier? if yes then how? if no then why?
How could we generate the sequence of key values without using sequence generator transformation in the target ??
12 Answers TCS, Tech Mahindra,
Explain how many types of dimensions are available in informatica?
What is expression transformation?
What is Test load plan? Let us assume 10 records in source, how many rows will be loaded into target?
how can we load 365 flat file to a single fact table (target) as a history load in single mapping?
What is the difference b/w natural key and surrogate key
What is an incremental loading? in which situations we will use incremental loading
By seeing the parameter file how do u identify wheather it is a workflow parameter or mapping parameter?
when do we use static cache and when do we use dynamic cache in lookup transformation? with example.