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
Why update strategy and union transformations are active?
What is the difference between a connected look up and unconnected lookup?
What is the Rank index port in Rank transformation?
What are the components of Informatica? And what is the purpose of each?
What is joiner transformation?
How to extract sap data using informatica?
draw informatica architecture 8.6 ?
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 challenges you have faced in your Project (DWH- ETL)? Explain with example?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
What is meant by pre and post session shell command?
Implementation methodology
How to call shell scripts from informatica?
Sequence generator, when you move from develoment to production how will you reset
complex mapping ur project u r invlve can u explain and give real time example give me ?