How to send duplicates to one target and unique rows to one
target?target is empty

Answer Posted / mohan

Here is the minor modification on Answer #6 posted by me,
SQ-->Sorter-->Expression-->Router-->Targets

Sorter Transformation: Sort by key column(EMP_ID)
Expression Transformation:
V_Match(variable port) =IIF(EMPNO=V_OLD_EMPNO,1,0)
V_OLD_EMPNO(Variable)= EMP_ID
O_EMPNO(output)= V_MATCH

Router Transformation:
create two groups under groups tab,
Original : O_EMPNO=0
Duplicates: o_EMPNO=1 

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

design of staging area?

1587


How can informatica be used for an organization?

653


draw informatica architecture 8.6 ?

3468


Why union transformation is an active transformation?

653


How to extract sap data using informatica? What is abap? What are idocs?

558






Why filter transformation is an active one?

565


How to open an older version of an object in the workspace?

616


What is the fact table?

588


What are the informatica performance improvement tips

615


Explain pushdown optimization $pushdownconfig parameter - informatica

700


What can we do to improve the performance of informatica aggregator transformation?

618


can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.

3324


what is the -ve test case in your project.

1850


Implementation methodology

1260


Design a mapping to load the cumulative sum of salaries of employees into target table?

894