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 / krish

take AGG t/r and give count on price
and in router count(price)=1 and count(price)>1.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to do unit testing in informatica? How to load data in informatica ?

850


update strategy transformation in informatica

802


Informatica settings are available in which file?

746


Sequence generator, when you move from develoment to production how will you reset

1610


Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?

773






What are data-driven sessions?

912


What is the format of informatica objects in a repository?

776


if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.

1954


what is the complex transformation you used in informatica

2346


What do you mean by filter transformation?

719


To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?

844


What is the Process to creating lookup transformation in informatica

747


difference between repository database and repository service?

794


how tokens will generate?

1913


permutations of mapplet

2230