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
Write the prerequisite tasks to achieve the session partition?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
How can we use mapping variables in informatica? Where do we use them?
Write the program through which the records can be updated?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
what is the difference between informatica6.1 and infomatica7.1
Where can we find the throughput option in informatica?
Explain lookup transformation source types in informatica
What is workflow manager?
Tell me about MD5 functions in informatica
What is powercenter on grid?
Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance
What is the different lookup cache(s)?
What is a stored procedure transformation?
Explain the use of aggregator cache file?