In a simple mapping when i use aggregate t/r with out any
condition or group by, i am getting output as only last
record in the table . can any one explain it please.........?
Answers were Sorted based on User's Feedback
Answer / srinivas.medagum
When the records come from SQ each record from first one
checks for the group by port but till last record it doesnot
found .So by default as the last record considered as only
record it stores in Agg T/R.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ankit kansal
By Default informtica finds a group on the basis of your group by check boxes and returns you last row of each group when you don't specify any group by clause then it takes whole data set as a single group and returns you the last row of that whole group...
please make me correct if i am wrong..
http://deepinopensource.blogspot.in
| Is This Answer Correct ? | 1 Yes | 0 No |
If you're using Aggregator Trasnformation without using group by on any port then the aggreagtor TXNs consider whole table as one group and gives the last row as output.
Why last row as Output : by default aggregator uses MAX() function
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pooja
few options:
1. did you place any other trans before Agg t/r
2. check how many rows are comming form source.
3. run the debuger for more info
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the look up transformation?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
what is threshold error in informatica?
What is expression transformation?
How to fix the etl bugs..Tell me the process?
Three date formats are there . How to change these three into One format without using expression transformation ?
Can we override a native sql query within informatica?
How to write a procedure for a date which is in three different formats,and you want to load into datawarehouse in any single date formate
Quickly characterize reusable change?
What can we do to improve the performance of informatica aggregator transformation?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
i have two source data there is no pk,fk how to join the two sources