if i have 10 records in my source,if we use router t/r and given the condition as i>2,i=5 and i<2in the different groups
what is the o/p in the target
Answer Posted / moorthy g
Source have 10 Records
Router
I>2 3,5...10 (Tgt1)
I=5 ONLY 5 (Tgt2)
I<2 1-2 (Tgt3)
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What is the difference between a connected look up and unconnected lookup?
update strategy transformation in informatica
What do think which one is the better joiner or look up?
Separate from an archive server and a powerhouse?
What are the advantages of using informatica as an etl tool over teradata?
What is a repository? And how to add it in an informatica client?
What are the settings that you use to configure the joiner transformation?
Why do we need informatica?
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
whats the logic to load the lower level of granularity of data to fact table.
What is the cumulative sum and moving sum?
What is the sequence generator transformation in informatica?
Partition, what happens if the specified key range is shorter and longer
what is the complex transformation you used in informatica
Define update strategy?