In a table, 4 person having same salary. How to get Third
person record only?
Answer Posted / saumyabrata
1>Use a Sequence Generator Transformation,selet Start value
= 1 and Increment By = 1.
2>Use a Filter Transformation,take the ports Person and
Salary from source qualifier and the NEXTVAL port from
Sequence Generator Transformation into it.Set the filter
condition NEXTVAL = 3.
You are done.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
As union transformation gives UNION ALL output, how you will get the UNION output?
What is the sequence generator transformation in informatica?
Why sorter is an active transformation?
How do you update the records with or without using update strategy?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
What do you mean by filter transformation?
Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?
What are the mapping parameters and mapping variables?
What is rank index in rank transformation?
What are the types of caches in lookup? Explain them.
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
how we can load rejected record's at run time?(not through bad files)
What is session task and command task?
What are the popular informatica products?
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?