What is a connected transformation?
No Answer is Posted For this Question
Be the First to Post Answer
What is partioning?how many types of partinings are there
Hi, Can anyone just give me the list of all versions of Informatica ? Advance Thanks
what are types of dimentions?
can we override a native sql query within informatica? How do we do it?
What is the benefit of partitioning a session?
Different types of Power center errors?
I have a source file its is CSV(comma separated). I want to convert it to tab separated. Make sure the conversion happens on all commas except the ones enclosed in Double quotes .
suppose if we have dublicate records in a table temp n now i want to pass unique values to t1 n dublicat values to t2 in single mapping using aggregator & router? how
Which transformation is needed while using the Cobol sources as source definitions?
What if the source is a flat-file? Then how can we remove the duplicates from flat file source?
How you can differentiate between connected lookup and unconnected lookup?
write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh