without dynamic lookup how to insert new rows and update
existing rows?
what is incremental data aggregation?
why cant we put a sequence generator or upd strategy transformation before joiner transformation?
my source contain data like this cno cname sal 100 rama@gmail.com 1000 200 karuna@yahoo.com 2000 i want load my data to the target is cno cname sal 100 rama 1000 200 karuna 2000 plz send the answer
How to eliminate 1st and last rows from the source and load the inbetween rows.
Session Recovery. 1000 rows in the source of which 500 passed through and then I killed the session. Can you perform a recovery and how
when we create source as oracle and target as flat file, how can i specify first row as column in flat file?
I HAVE A SOURCE FILE CONTAINING 1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B AND IN TARGET I SHOULD GET LIKE 1|A+B+C+D 2|A+B 3|A+B WHICH TRANSFORMATION I SHOULD USE
There are 3 groups in router transformation in which there are no conditions mentioned, so what happens if I connect these groups to the 3 targets? How many records gets into each target.(suppose if we are getting 10 records from the source)
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?
How do you implement scheduling in Informatica?
Can you create a flatfile target
How do you promote a non-reusable transformation to reusable transformation?