I recently started to learn about the MapForce application and I noticed that there is "tokenize" method which user input String and delimiter. But it returns only first token only.
My problem is how can I access all the tokens from "tokenize" method?
This is the MapForced map which I used
This is the output that I got for above mapping
I noticed that there is warning saying that it took only first token and ignore the rest. I need to know how can I take those tokens in to output String.