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


Please Help Members By Posting Answers For Below Questions

How to improve the performance of a session using sorter transformation?

706


What do you understand by a term domain?

683


complex mapping ur project u r invlve can u explain and give real time example give me ?

1858


How to differentiate between the active and passive transformations?

639


What are the designer tools for creating transformations?

697






Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?

643


Is stop and abort are same in informatica?

580


What is an aggregator transformation?

629


can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project

2151


What is the surrogate key?

653


what are 3 tech challenges/ common issues you face?

1903


what are factless facts? And in which scenario will you use such kinds of fact tables.

1330


What is update strategy transform?

593


What is dimensional table?

633


Differentiate between router and filter transformation?

627