My source table looks like the following.And my target table has to be populated as shown below.
I cant use a normalizer here because visitid occurs only once with all the three values.Besides i cant use a router either.
Any suggestions as to how to do this.
visitid name value
10006795 website yahoochat
10006795 SIZE 728
10006795 PLACE north
10006799 website rocketmail
10006799 SIZE 729
10006799 PLACE south
Target Table
------------
visitid size place website
10006795 728 north yahoochat
10006799 729 south rocketmail
I cant use a normalizer here because visitid occurs only once with all the three values.Besides i cant use a router either.
Any suggestions as to how to do this.
visitid name value
10006795 website yahoochat
10006795 SIZE 728
10006795 PLACE north
10006799 website rocketmail
10006799 SIZE 729
10006799 PLACE south
Target Table
------------
visitid size place website
10006795 728 north yahoochat
10006799 729 south rocketmail