with out using update strategy transnsformation how to
update the data in mapping level
Answer / guest
By using target update override and by using sessions
property treat source rows as update.by using this options
we can update the data
If any statement is wrong try to correct it
| Is This Answer Correct ? | 4 Yes | 0 No |
what is the use of Java Transformation in Informatica 8.x?
what is the difference between informatica6.1 and infomatica7.1
in my lookup table i want to catch the recently updated records from the source to target,how to achieve this and what is last commit interval point for this?
How to load the data from people soft hrm to people soft erm using informatica?
I have a flat file, in which i have two fields, emp_id, emp_name. The data is like this, emp_id,emp_name 101,soha 101,ali 101,khan 102,siva 102,shanker 102,reddy. how to merge the names so that my output is like this Emp_id Emp_name 101 Soha ali kahn 102 siva shenkar reddy please provide solution
what is lookup ?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and rajeshraj for my target table which transformation i have to use in informatica
what is constraint based load order
What is difference between Informatica 6.2 Workflow and Informatica Workflow 7.1
Explain why we use partitioning the session in informatica?
a soure table has 100 records how to load into 3 target tables in a cumulative order source target1 target2 target3 --------- ------------------------------------- 1-100 1 2 3 4 5 6 - - - 98 99 100