SOURCE
NAME SAL
GANGA 30000
RAJU 20000
PAVAN 25000
TARGET
NAME SAL MAXSAL
GANGA 30000 30000
RAJU 20000 30000
PAVAN 25000 30000
in mapping level how to achive that
Answer Posted / shekar
After source qulifier add a expression transformation in
the expression transformation create out put port name it
as maxsal then derive the code for this out put port as
setmaxvariable(sal).
Then pass the output ports from expression to target table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the data movement modes in informatica?
How many dimensions are there in informatica?
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
Is stop and abort are same in informatica?
What are the types of presistent cache in look up tr.
Write the program through which the records can be updated?
How to extract sap data using informatica? What is abap? What are idocs?
is it possible to index the data in cache of lkp transformation ?
What is a filter transformation?
How might you approve all mappings in the archive all the while?
How can we use mapping variables in informatica?
server hot-ws270 is connect to Repository B. What does it mean?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
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