comma delimited variable into list

Not Yet Reviewed

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

2 comments
Date Votes

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-delimiter element 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.

    0
  • 0

Didn't find what you were looking for?

New post