which one is better performance wise joiner or look up
No Answer is Posted For this Question
Be the First to Post Answer
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation
Can informatica load heterogeneous targets from heterogeneous sources?
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
what is the size of ur database(like oracle)
how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?
What are the uses of etl tools?
why sequence generator should not directly connected to joiner transformation ?
Input is like 1 1 1 2 2 3 and out put should be 1 2 3 How can u acheive using rank transformation ??
what is rank and dense rank in informatica with any examples and give sql query for this both ranks
following scenario empsal table i want who exist one lakshs sal above monthwise? ` empsal empid monthyear sal 1 jan2008 1000 2 march2009 50000 3 april2009 4000 4 feb2009 100000 5 jul2009 600000 6 dec 2008 90000
Different qualification between a related rotate toward the sky and isolates look upward?
suppose i have 1000 records and i want to load half of the record in target 1 and half in target2.how u'll do?