there is a product table
prodid prodname price
100 cinthol 10
101 hamam 10
102 neem 20
103 cake 30
in the above table the price of some products are
duplicated and some product prices are distinct we want to
push the duplicated prices to one target and non-duplicated
prices to other target without using expression and
sequence generator transformation
Answer Posted / ankit kansal
Use a Rank Transformation and calculate rank on the group by basis on price and then using any router route your data to two different outputs.
http://deepinopensource.blogspot.in/
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
Can anyone tell me the new features in Informatica 9 Version?
COM components can be used in Informatica
What's the layout of parameter file (what does a parameter file contain?)?
What is meant by lookup transformation? Explain the types of lookup transformation?
expain about the tune parameters?
How does a sorter cache works?
What is fact table? Explain the different kinds of facts.
What is a surrogate key?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
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?
What the difference is between a database, a data warehouse and a data mart?
what is the hint? how to use it to reduce the query processing in program?
can anyone suggest best free Talend data integration training online
Where can we find the throughput option in informatica?