Eliminating of duplicate records without using dynamic lookups

Answer Posted / vikram

To eliminate duplicate we use Source,Source qualifier,Look
up T/N, router T/N AND Target.. In This Case we use dynamic
cache


BUT USE
example emp table consist of i.d salary,name dept no.
eliminating the duplicates of dept no.

Source,Source Qualifier,Sorter T/N,Expression T/N,Router T/N
And split target in to two as duplicates and distinct
we have to create 3attributes in expression T/N AS
V_pre_deptno v_flag 0_flag
give condition as v_pre_dept no = dept no
v_flag= IFF(dept no = v_pre_deptno,1,0)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we use external procedural logic in informatica?

751


What is full load & incremental or refresh load?

992


what is the meaning of upgradation of Repository?

3545


When do we analyze the tables? How do we do it?

768


What are the differences between sql override and update override?

812


what happens if the info.server doesn't find the session parameter in the parameter file?

1754


what is pmrep command?

2150


SCD2 will work on only dimension tables as well as fact Table?

1200


What are snapshots?

785


What are the various tools used in etl?

801


Can u access a repository created in previous version of Informatica?

1680


What is the difference between round-robin partitioning and hash partitioning?

784


what is session partitioning?

1823


how does the server recongnise the source and target databases.Elaborate on this

2479


what is data modeling?

2104