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 |
Examples of Fatal & Non-Fatal error?
how can one come to know wether the records loak into the target if we use update strategy
How to transform normalized data to denormalized form in informatica? Is there any logic or any transformations to achieve this?
How to improve the performance of a session using sorter transformation?
in which situations do u go for scds ?
Describe data concatenation?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
Difference Between ETL & ELT?
why we use informatica in our project?
How to create the source and target database connections in server manager?
If I have router with 10 records, if the condition doesn’t satisfy the records will pass to the default group,then where can we see that records and where that records will store?