in informatica,if i have some no.of records,if i want 1st
and 10th records..what will be the method to use?
Answer Posted / sujana
i think v shud use FIRST and LAST functions in aggregator..
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is the difference between STOP and ABORT options in Workflow Monitor?
How many input parameters can exist in an unconnected lookup?
While migrating the data from one environment to another environment how would you manage the connections?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
How many ways are there to create ports?
Why filter transformation is an active one?
Explain sql transformation in script mode examples in informatica
What is decode in static cache?
What is meant by lookup transformation? Explain the types of lookup transformation?
How to generate or load values in to the target table based on a column value using informatica etl tool.
What are Dimensional table?
What are the data movement modes in informatica?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What are the types of caches in lookup?