While importing the relational source definition from the database, what are the metadata of source that will be imported?
No Answer is Posted For this Question
Be the First to Post Answer
how to call lookup qualifer in unconnected look;up
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
tell me the rules and responsblites in our project(my project is development)
how can we use sorter transformation in joins?
Can we create a node as a gateway node and the same node can be assigned to a grid?
How do you avoid duplicate records with out using source qualifier,expression,aggrigator,sorter and lookup transformations ?
I have the input file as col1 col2 col3 3 2 1 7 6 8 I should get the output as col1 col2 col3 1 2 3 6 7 8 ....What is the logic to get this? Is there any transformation which sorts row wise ? If not how to sort the incoming records row wise?
I need an oracle query for convert Char to Integer?. Can any one help me how to do this?
What is rank transformation in informatica
What are the reusable transformations?
What are the different caches used in informatica?
source name sal aaaa 2000 bbbb 3000 abcd 5000 Target name sal aaaa 2000 bbbb 3000 abcd 5000 total 10000 how to get total as new row and sum as 10000 thanks