how to return multiple columes through through un-connect
lookup?
Suppose your look table has f_name,m_name,l_name and you
are using unconnected lookup.In override SQL of lookup use
f_name||~||m_name||~||l_name you cna easily get this value
using unconnected lookup in expression.use substring
function in expression transformation to separate these
three columns and make then individual port for downstream
transformation /Target.
| Is This Answer Correct ? | 15 Yes | 0 No |
Any one tell me some 5 session failure in real time?And why problem occur how to solve the issues?
i have source as Column1 101 a 101 b 101 c so i want to load target as column1 ---> 101 abc
My source data like... Empid Name 10 chandra 10 sekhar I am expecting result is Empid Ename 10 Chandrasekhar How can we solve this prob?
Make a note of the quantity vaults made in informatica?
What is diff between connected and unconnected lookup?
5 Answers BirlaSoft, Blue Star Infotech,
What are session parameters ? How do you set them?
how to load dimension table and fact table. plz tell me the steps.
What are junk dimensions?
What is meant by LDAP users?
draw informatica architecture 8.6 ?
I have one source table and three target tables. When the session runs for the first time involving the mapping,i want that the loading should take place in 1st Target table only. The 2nd time the same session runs the loading should take place in 2nd Target only only and similarly when the session runs for the 3rd time loading should take place in Third only. And again when the session runs for the 4th time loading should take place in 1st Target table.
performance wise which one is better in joiner and lookup transformation?why?explain clearly?