Classification rules for campaign stacking with unknow length (xxx>yyy>zzz)
Hi,
I need to classifiy campaign stacking strings and I have the logic but I don't find how to create rules for unknow length.
If I use the rules below I can extract the values and
example of campaign stacking values :
1. "string1>string2>string3>string4"
2. "string1"
3. "string1>string2>string3>string4>string5>string6>string7>string8>string9>string10"
real case :
RegEx : ([^\>]+)\>([^\>]+)\>([^\>]+)
Key to test : 752747d53fce0e1d>3224749ae671f8e7>752747d53fce0e1d
Groups
But if I need to process more than 3 codes it doesn't work again becasue I need to integrate a conditional test to manage the separator ">".
1. Do you have an idea of how to write this rule?
2. The other point to fix, is apply my campaign codes SAINT classification on the campaign codes included in the stacking.
I think I can do it but it's not so easy.
Thanks for feedback,
Laurent