Explain how many types of dimensions are available in informatica?
No Answer is Posted For this Question
Be the First to Post Answer
The Source coloumns are A,B,C with data row1- 10,20,30 row2- 40,50,60 row3-70,80,90 and so on. In the target I want one coloumn with the following data, Coloumn-X, row1-10,row2- 20,row3-30,row4-40,row5-50 and so on. How to achieve this?
What is aggregate cache in aggregator transformation?
In a sequential batch can you run the session if previous session fails?
Define mapplet?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
what is scd?
Can we change Dynamic to Static or Persistent cache? If so what happens?
How we can use union transformation?
what is the -ve test case in your project.
there is a comma separated flat file as source and there is a column in that one field is having space like "rama krishna" like that what happens when this is used as source
What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?
i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500