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
How to do the above scenario in Informatica.
Answer Posted / user
just take a variable port
then write the condition
decode(id,null,prev_id,id)
prev_id =id(it should be a variable port)
i m just giving an idea
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
What is a joiner transformation?
What is an expression transformation in informatica?
Explain pushdown optimization $pushdownconfig parameter - informatica
What do you mean by worklet?
What is a pre-defined event and user-defined event?
What are the components of the workflow manager?
How we can create indexes after completing the load process?
What are the differences between joiner transformation and source qualifier transformation?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
How to convert multiple rows to single row (multiple columns) in informatica
What is the advantage of informatica?
Explain what transformation and how many are there in informatica?
where to store informatica rejected data?
What are the main features of Oracle 8i with context to datawarehouse?