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
What are ETL Tools?
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
How many ways a relational source definition can be updated and what are they?
What are the challenges you have faced in your Project (DWH- ETL)? Explain with example?
What is informatica powercenter repository?
What are the performance considerations when working with aggregator transformation?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
What are the various types of transformation?
Please let me know how to make Data masking in informatica..
Briefly define a session task?
what is song in infrmatica...?
What is olap (on-line analytical processing?
Which version configuration tool used in ur project?
In how many ways we can create ports?
How to delete duplicate row using informatica?