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

what is the difference between informatica6.1 and infomatica7.1

1719


Explain pushdown optimization and types in informatica

668


What is the difference between power center and power mart? What is the procedure for creating independent data marts from informatica 7.1?

607


Explain the difference between mapping parameter and mapping variable?

606


which one is better performance wise joiner or look up

628






What are the different types of transformation available in informatica.

639


How do you load first and last records into target table?

666


What is meant by query override?

637


Why do you use Mapping Parameter and mapping variable?

1288


Explain the different dimensions.

558


What is mapplet in informatica?

598


Design time, run time. If you don't create parameter what will happen

1428


Is it possible to revert a global repository to local one and why?

615


What is a sequence generator transformation?

577


What are the basic requirements to join two sources in a source qualifier transformation using default join?

611