Hi, Aravind. webMethods Integration Server offers a string tokenizer in the WmPublic package.
The name of the service is pub.string:tokenize. The Service In variables for this service are inString and delim. The Service Out variable is a String List.
In your particular example, you can leave the Service In variable delim empty because the default settings for the pub.string:tokenize service tell it to look for one of the following: tab (\t), carriage return (\r), or new line (\n). If your flat file delimiter was “xxx”, though, you would need to specify “xxx” as the value of delim.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB