What is informatica? Why do we need it?
No Answer is Posted For this Question
Be the First to Post Answer
My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.
What is parallel processing in informatica?
Write the advantages of partitioning a session?
how to convert the .doc docs into .txt format using informatica
How do you remove duplicate records in informatica?
Explain the mapping variable usage example in informatica
What is the Hierarchy of DWH?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
What is a stored procedure transformation?
which one is costliest transformation? costliest means occupying more memory. which one Aggregator,sorter,filter,etc..