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...
Answer Posted / 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 |
Post New Answer View All Answers
Explain load alternative records / rows into multiple targets - informatica
tell me about your project functionality
Enlist few areas or real-time situations where informatica is required.
How can we use mapping variables in informatica? Where do we use them?
What is a code page?
What are the components of Informatica? And what is the purpose of each?
What is a repository? And how to add it in an informatica client?
how to create user defined function (udf) in informatica
What is a shortcut and copy in Informatica and how two are different with each other?
State the differences between sql override and lookup override?
Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?
Can u generate reports in Informatica?
How to use procedural logic inside infromatica?
Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks
Why union transformation is an active transformation?