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
Explain about Informatica server process that how it works relates to mapping variables?
Did u used latest transformations of 8.6.0? for what?
What is a joiner transformation?
what is song in infrmatica...?
Tell me about Propagate functions in informatica
permutations of mapplet
What are pre and post-session shell commands?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
difference between informatica 8.1.1 and 8.6
if we have a delimiters at unwanted places in a flat file how can we over come those.
what is informatica metadata?
What are ETL Tools?
Explain the different kinds of facts.
What the difference is between a database, a data warehouse and a data mart?
Please let me know how to make encryption and decryption with example?