What are the differences between source qualifier and joiner transformation?
No Answer is Posted For this Question
Be the First to Post Answer
what are the settiings that u use to cofigure the joiner transformation?
what are the transformations that are used in data cleansing ? and how data cleansing takes place ?
What is the method of loading 5 flat files of having same structure to a single target and which transformations I can use?
What is the main difference between a Joiner Transformation and Union Transformation?
What is the Process to creating lookup transformation in informatica
How to import oracle sequence into Informatica?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
How IN function works in informatica? Is it similar that of oracle IN function or different? Explain
Hi experts, For informatica developer, in real time, normally how much we use sql and plsql?
what is threshold error in informatica?
we have a parameter file in Unix location where we have .txt files and those file will be used as source in informatica. I cannot use source file name directly as file name will keep on changing in unix location. I need to define $$InputFile as parameter. Can anybody send me the parameter file and the steps to handle this.