If we are using an aggregator but forget to mention the
group by port .what will be the output??
Answer Posted / vikneswaran
output is single record.for examples
col1
1
1
1
2
2
2
3
3
4
if i use group by and sum(col1) ...
output
col1
3
6
6
4
if i didn't use group by but same agg function
output
col1
19
Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
what is the complex transformation you used in informatica
what is the Default Source Option For Update Strategy Transformation?
Explain the shared cache and re-cache?
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
Clarify the utilization of aggregator cache record?
What is native users?
What is Session and Batches?
Does an informatica transformation support only aggregate expressions?
What is a passive transformation?
Why union transformation is an active transformation?
How is union transformation utilized?
Is it possible to create multiple domains on a single Informatica server?
Scheduling properties,whats the default (sequential)
explain one complex mapping with logic? sales project?
How to implement security measures using repository manager?