Your example here is indeed a simple string, but be aware of the behavior of tokenize when one or more fields are empty. You may want/need to create a new service that uses the String.split method :(you can write a Java service that looks just like tokenize, but works slightly differently).