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 / arjun
we can take a lkp on source in that we can give cndtion id!=id_in and price=price_in so we can get repeated price in one table
and for the distinct prices we take one aggrtr and in that count on some variable and group by price after that in filter cndtion not isnull(var)= true so that we can distinct values
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which are the different editions of informatica powercenter that are available?
Is there any way to read the ms excel datas directly into informatica?
What is a filter transformation and why it is an active one?
What are data-driven sessions?
How to use procedural logic inside infromatica?
What is depict expression change?
What is a code page?
Explain the tuning lookup transformation - informatica
How do you promote a non-reusable transformation to reusable transformation?
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
COM components can be used in Informatica
what is the Default Source Option For Update Strategy Transformation?
Which development components of informatica have the highest usage?
How to update or delete the rows in a target, which do not have key fields?
what is mean by complex business rule ?