How to eliminate duplicate records in informatica mapping?
Explain with an example....
Answer / venkatesh
by using aggrigator transformation we can eliminate
duplicate records in informatica
The flow will be like this
source--->aggrigator----->target
in aggrigator group by all ports then the out put is only
unique records
connect it to the target
2)we can do it by sorter also in sorter if we enable select
distinct then it will gives unique row
3)if u r source is database then u can select distinct in
sourcequalifier it self
Is This Answer Correct ? | 23 Yes | 0 No |
Could any one to tell Fact table Partitioning?
I am having a table with columns ID NAME 1 x and the requirement is to get the o/p like this 1 y ID Count(*) 1 z 1 3 2 a 2 2 2 b 3 c so write a sql query to get the id n how many times its count of repetition n there u shouldn't get the distinct(i.e id-3) Reply as early as possible
What is A cache?
What are roles and groups and benefits of using them?
in mapping i have one source and five targets in that data will be loaded into four targets properily in one target the data is not loaded how will u rectify
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
can u explain me banking domain projects ? and in banking domain projects how many dimension tables and how many fact tables and how to load source and targets in mapping level plese expain give me one example?
1 Answers Accenture, Cognizant, HCL, IBM, iGate, L&T, TCS, Virtusa,
How many numbers of sessions can one group in batches?
we have 6 records in source , i need 2nd record in one target and 5th record in one target or 2nd & 5th record in same target.
How the facts will be loaded? explain
how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?
Under what conditions selecting sorted input in aggregator will still not boost session performance?