waht type of interface is used for testing the data in
informatica
No Answer is Posted For this Question
Be the First to Post Answer
How can we get two output ports in un-connect transformation?
LOOKUP Condition is nothing but a Join condition? What type of join condition it,by default ? Using the LookUP Condition How many types of relational conditions we can make ?
By using Transformation i need top most 5 employee salary from each deptwise? Deptno 10,20,30? which transformation we need to use?
In joiner, how to load Master table in Target?
In ur current projectu have done any performance tuning of mappings?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
Can a joiner be used in a mapplet.
How to send duplicates to one target and unique rows to one target?target is empty
Differences between connected and unconnected lookup?
without using rank transformation how can we rank items by using some other transformations
What is a code page in Informatica
3 Answers American Express, Cognizant, Deloitte,
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.