Steve Robinson
I would like to use the IDE in version 5 to take the contents of variable that contains items that are comma delimited and place this into a list so that I can pull items out of that list.
I have tried using addAll and it does load the information into a list but it teats the list as only having one element.
0
Comments
Please sign in to leave a comment.
Steve, how are you getting the values into the variable? Are they coming from a token sent over by the Integration Agent? I ask because there is the
-list-item-delimiterelement you can add to a token in apxml<sch:eventToken>
<sch:name>recipients-list-item-delimiter</sch:name>
<sch:value>;</sch:value>
</sch:eventToken>
If this value is coming from else where, can you share the code that isn't working? We can take a look together.
Oh yea, link to the list-item-delimter: https://help.xmatters.com/devguide/#webservices/webserviceoperations/wso_addevent.htm?Highlight=list delimiter