Explain joiner transformation in informatica
No Answer is Posted For this Question
Be the First to Post Answer
If I have set the property Treat Source Rows as Insert and for the target properties I have checked the boxes Update as Update, what will happen to incoming rows? What exactly is the use of these check boxes and in which scenarios we use them. Also what is the sequence in which informatica understands these properties.Does it takes whatever is defined in treat source rows as property or it is in any other way. Please explain.
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
In a table there are 1 million records there in which 3 records are duplicate how will you find out those 3 records?
when do we use static cache and when do we use dynamic cache in lookup transformation? with example.
how to join the 2 different table with different columns in informatica?
how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process
What are the active and passive transforamtions?
What is the main data object present inbetween source and target. I answered Mapping. Transformation etc.. But it is not the answer. So please give me an apt answer. Thanks in advance
when we go for unconnected lookup transformation? and why?
There are two sessions are connected to the workflow. When the first session run load the data(employees data sum_salaries <= 1000000) into the target1. When the second session run load the data(employees data sum_salaries > 1000000) into the target2. How to achieve this?
How big was your fact table
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?