I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
No Answer is Posted For this Question
Be the First to Post Answer
if the column name in sql override is diff from the column name in source qualifier,what is the impact?
How can we use mapping variables in informatica?
How to eliminate duplicates from flat file..what is the procedure
What is exclusive and normal mode for repository services?
Hi Every One When i Start the Workflow, Table is Going to be Stored in the target database But the columns are not going to the target database table in my PC , please give me the solution and waiting for solution
What do you understand by SOA of Informatica?
What is update strategy transform?
What is a surrogate key?Why we use it in a mapping?Pl give an example.
Session Recovery. 1000 rows in the source of which 500 passed through and then I killed the session. Can you perform a recovery and how
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?