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

Answer Posted / kesava reddy

Using Source Qualifier Trnsformation ,
Explantion:
1.Take 2 Source Qualifier Transformations,and
2.One sq ports connect to Target(Unique Target) then Write
a SQL Query (sqlOverride) ,
SELECT DISTINCT EMPNO,ENAME
FROM EMP;
3.TAKE ANOTHER SQ AND CONNECT TO ALL PORTS TO TARGET,THEN
DEVELOP THE SQLOVERRIDE,
SELECT * FROM EMP WHERE ROWID IN(SELECT ROWID FROM EMP
MINUS
SELECT MAX(ROWID) FROM EMP
GROUP BY EMPNO,ENAME)

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me about MD5 functions in informatica

530


How can we handle two sessions in informatica?

617


How can you define user defied event?

626


what is the size ur source like(file system or database)? how many record daily come u r banking project?

1753


How to load the name of the current processing flat file along with the data into the target using informatica mapping?

702






Plz can any one say me how to get the informatica certification materials and dumps

1602


Define enterprise data warehousing?

638


What are junk dimensions?

636


What do you understand by term role-playing dimension?

587


Explain why we use partitioning the session in informatica?

617


what are the deliverables?in your project?

1665


What is blocking transformation?

724


can anyone suggest best free Talend data integration training online

1264


How to Create a folder using pmrep command?

626


What is an expression transformation?

594