Answer Posted / shrawan
I think we can use unconnected lookup.
Correct me If i am wrong.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
generate date / time dimension in informatica
Parameter and variable differences
What is the use of transformation?
Which means the first record should come as last record and last record should come as first record and load into the target file?
How to create Target definition for flat files?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
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 do you load more than 1 max sal in each department through informatica or write sql query in oracle?
Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?
Explain the types of transformations?
how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process
How to convert multiple rows to single row (multiple columns) in informatica
How union transformation is used?
On which transformations you created partitions in your project?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?