for example suppose I have the sample data set as follows:-
segment | values | |
email1 | segment1 | value1 |
email1 | segment2 | value2 |
email1 | segment3 | value3 |
I want the result as follows:-
Seg1 | Seg2 | Seg3 | |
email1 | value1 | value2 | value3 |
Post this, we will use value1,value2,value3 in the email delivery as customization fields.
What is the better method to achieve this?
Solved! Go to Solution.
Hi richac96395021 ,
Yes this can be achieved,
From the above setup, it seems that there are two schemas involved. One which contains email addresses and the other one which contains segment information. There is a one to many link between the two schemas.
Hope this helps.
Regards,
Vipul
Hi richac96395021 ,
Yes this can be achieved,
From the above setup, it seems that there are two schemas involved. One which contains email addresses and the other one which contains segment information. There is a one to many link between the two schemas.
Hope this helps.
Regards,
Vipul
Thanks !! Vipul for the solution,
can you suggest a solution for unpivot
example suppose I have the sample data set as follows:-
|
I want the result as follows:-
segment | values | |
email1 | segment1 | value1 |
email1 | segment2 | value2 |
email1 | segment3 | value3 |
You can make use of Change Dimension activity.