What are the designer tools for creating transformations?
No Answer is Posted For this Question
Be the First to Post Answer
what are the Methods For Creating Reusable Transformations?
How the Informatica Server reads perameter file?
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.
when informatica 8 series released ?
how to convert 101 raja 101 raja sekar reddy 101 sekar----------> 101 reddy
How can we get multiple output values using an unconnected lookup transformation?
 Suppose you have n no.of records @ your flat file and you have seen some of records are missing while reaching to the destination. How can you trouble shoot it?
what r the transformations that r not involved in mapplet?
How do you remove duplicate records in informatica?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
What is mapping debugger?
Why do you use Mapping Parameter and mapping variable?