Source table
-------------
ID NAME
--- ------
101 PANKAJ
NULL KUMAR
NULL MATHUR
102 JYOTI
NULL SAXENA
103 SACHIN
NULL TENDULKAR
TARGET TABLE
-------------
ID NAME
--- -------
101 PANKAJ KUMAR MATHUR
102 JYOTI SAXENA
103 SACHIN TENDULKAR
IN ORACLE & INFORMATICA LEVEL HOW TO ACHIVE
Answer Posted / keshav
CREATE AN EXPRESION TALE 2 VARIABLE AND 2 OUTPUT PORTS
FOR VARIABLE PORTS WRITE THE BELOW EXPRESSIONS
V_NAME(v)=IIF((IIF(ISNULL(ID),V_ID,ID)=V_ID),V_NAME || ' ' || NAME,NAME )
V_ID(v)=IIF(ISNULL(ID ) , V_ID, ID )
OUT_ID(o)=V_ID
OUT_NAME(o)=V_NAME
AFTER TAKE AGGREGATER AND SELECT OUT_ID AS GROUP BY PORT
AFTER CONNECT TO TARGET
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to open an older version of an object in the workspace?
What is informatica?
What does refresh system mean, and what are its distinctive choice?
What happens when a session fails and you click on recover?
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
What is meant by query override?
The question was on time stamp. what is the difference between HH and HH24 when to use when.
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
What is fact table? Explain the different kinds of facts.
What are the various types of transformation?
in reporting we add some new objects,how we get the count of the newly added objects to the report
my source is junk data how will u remove that junk data by using unix please any one replay me
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
What is Cognos script editor?