Write the unconnected lookup syntax and how to return more than one column.
i have 1000 record flat file source i want 1st row to 1st target, 2nd row to 2nd target, 3rd row to 3rd target how will u do? Without using Mod Function? Explain....
After we make a folder shared can it be reversed?Why?
Hi, If any hav Informatica n DWH FAQ's,Plz do fwd to vanibv6@gmail.com Thnx Vani
If we have lookup table in workflow how do you trouble shhot to increase performance?
What is the procedure to load the fact table.Give in detail?
How to eliminate duplicate records in informatica mapping? Explain with an example....
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.
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
get me output as if input is like 1 x o/p-->1 x,y,z 1 y 2 a,b 1 z 3 c 2 a 2 b 3 c
If there are more than one sessions running parallel in a worklet, which will be the last session ?
When do you use mapping parameters? (In which transformations)
How to configure mapping in informatica?