How can we get two output ports in un-connect transformation?
Answers were Sorted based on User's Feedback
Answer / prabhu
You can use lookup override to concat two columns from tble
and return as single column(eg COL1||','||col2 as
COLUMN).You can pass this to expression transformation and
parse it to split it again
Prabhu
www.iskilltech.com
| Is This Answer Correct ? | 9 Yes | 0 No |
How can a Lookup with Dynamic Cache be replaced in a mapping? Explain.
What are connected or unconnected transformations?
What is synonym?
if the session continuous run what can we do. means shall we stop the session or abort session. what is the correct reasion. why this situation occurs
For stage table data processing, suppose in first run we processed 8 records out of 10 records then in 2nd run we should consider only not processed records (here total no of records =2) along with new records which got loaded in stage table thru real time mapping. Note : In this example, 8 records are those records for which we got transaction number after lookup on trn_no_cod table and 2 records for which lookup returns trn_no as NULL
Can anyone tell me the new features in Informatica 9 Version?
Explian the connected and unconnected lookup transformation
How big was your fact table
Does Facttable Normalized or Denormalized?
How to merge First Name & Last Name?
what r the values tht r passed between informatics server and stored procedure?
In a mapping i have three dimensions. If i want to pass a same surrogate key value to all the three dimensions by using one sequence generator is possible?If the mapping is containing single flow? And in the same case if the mapping is contaning 3 flows for the three dimensions then by using one sequence generator can we populate surrogate key (same value) to all the three dimensions?