We have a customer on SMAX 24.2 that is trying to extract multiple values from a comma delimited string field.
Each of the values extracted then needs to be processed separately.
For example this may look like 'AA001, AB002, AC003, AD004, AE005' but no specific limit on the number of values.
These would then be processed as AA001 then AB002 then AC003 etc.
Suggestions so far have been to try the Split, substring and indexof functions in the expression language but nothing has yet given the result required.
An Array and loop would be really handy at this point.
Does anybody have any suggestions on how to extract the values?