Is LOAD MANAGER AND LOAD BALANCER same in informatica?
i have 2 session s1 execute s2 load first session fail what is the reason?
How to convert flat file into xml file? How to tune joiner?
What are Rapid changing dimensions?
How do you load first and last records into target table?
define galaxy repository in informatica
How informatica process data means how informatica works?
What is substr in informatica?
following source name gender ramya female ram male deesha female david male kumar male i want the target male female ram ramya david deesha kumar any body give solution above question?
What is Collect performance data in informatica and what is the use of it.
How can we integrate different flat file data in a single mapping and with in a single execution
if i have records like these (source table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk 10001 gfhgdgh 10002 hjkdghkfh the target table should be like these by using expression tranformation. (Target table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk xx001 gfhgdgh xx002 hjkdghkfh (that means duplicated records should contain XX in there rowid)
write sql query to filter the null value data following table? name age john 30 smith null null 34 sharp 24 i want the output following are name age john 30 sharp 24