What if the source is a flat-file? Then how can we remove the duplicates from flat file source?
Source table ------------- ID NAME --- ------ 101 PANKAJ NULL KUMAR NULL MATHUR 102 JYOTI NULL SAXENA 103 SACHIN NULL TENDULKAR TARGET TABLE ------------- ID NAME --- ------- 101 PANKAJ KUMAR MATHUR 102 JYOTI SAXENA 103 SACHIN TENDULKAR IN ORACLE & INFORMATICA LEVEL HOW TO ACHIVE
Briefly describe lookup transformation?
What is the scenario which compels informatica server to reject files?
Explain pmcmd command usage in informatica
How many ways are there to create ports?
Explain the aggregator transformation?
any body can say about all versions of informatica ?how many versions ?
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
As a support project team member, how will you get the questions regarding errors from client or customers (in which format)?
What is the capacity of power cube?
How an expression transformation differs from aggregator transformation?
After a load is done to my target table, I need to insert a last row, which might be formed at some expression transformation and brought to target. Do I have to have separate mapping to be run after the 1st mapping? Or in a single mapping how to achieve this?