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 are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
What is the use of source qualifier?
Hi all, i am new to this site and new to Informatica too. I have few questions regarding that. 1) When we load flat files into target tables how do we identify duplicates? and where do load the duplicate records for further reference? 2) How do we do chage data capture? Is this Slowly changing Dimension technique? Thanks in Advance
How to load duplicate records in to a target table which has a primary key?
how can one eliminate dupliacte data with out using distinct option?
What do you understand by SOA of Informatica?
What is data transformation manager process?
On lookup on any table we can get only a)any value or b)last value but if i need both duplicate values How can i achieve?
Different circumstance which drives informatica server to expel records?
Explain the scenario which compels informatica server to reject files?
how to identify new and old values in source qualifier or any other transformations using informatica
What is confirmed dimension?