How can we get multiple output values using an unconnected
lookup transformation?
Answer Posted / viswanath
Lookup transformation from Informatica 9x version can be
configured as an Active Transformation...
To use this option, while creating the transformation, we
must configure the Lookup transformation property "Lookup
Policy on Multiple Match" to Use All Values. Once created
we cannot change the mode between passive and active. When
ever the Lookup policy on multiple match attribute is set
to Use All Values. The property becomes read-only.
However, this is not possible for an Unconnected Lookup. We
may have to use the same old procedure of returning single
value by conctinating the required fields by a delimiter..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to load last n records of file into target table - informatica
What is dimensional table? Explain the different dimensions.
Is it possible to create multiple domains on a single Informatica server?
What is informatica? Why do we need it?
Enlist few areas or real-time situations where informatica is required.
During the running session, output files are created by informatica server. Enlist few of them.
Explain joiner transformation in informatica
What are the settings that you use to configure the joiner transformation?
What do you understand by term role-playing dimension?
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks
How does a rank transform differ from aggregator transform functions max and min?
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
What does update strategy mean, and what are the different option of it?
What is the Rank index port in Rank transformation?