Is it any possible to using more than one port in Unconnected
Lookup Transformation( :LKP.LKP_Prod(Prod_GRP
,Prod_DT,Prod_TM) ) Like this? Pls explain...
Answers were Sorted based on User's Feedback
Answer / gm
As per my knowledge u can't use like this.
u can follow below the below procedure:
first_name, second_name --->Make it one column
name =concat(first_name,second_name) or
name = first_name || second_name
Now u can use as a one port.
u get the multiple columns like the only...
Correct me If I'm wrong.
Best Regards,
GM
| Is This Answer Correct ? | 4 Yes | 1 No |
version controlling in informatica?
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
wt is the difference between truncate and delete in which situation u use delete and truncate in real time..
What is an Integration service in Informatica?
Explain informatica architecture - version 8 / 9
What if the source is a flat-file?
How informatica process data means how informatica works?
what is hash table in informatica?
what is data modelling? what are types of modelling?In which suituation will use each one?
Why do we need informatica?
diffrence between command task and control task
source target --------- -------- name no sal name no sal max_sal r 10 1000 r 10 1000 3000 y 20 3000 y 20 3000 3000