There are many ways to do this. Off the top of my head:
-Repeat (while success)
-Get the input String length
-Branch
-exit loop if strlen < 35
-map (break the string into 2 parts using 2 substring transformers - the two parts are the first 35 and the rest of the string. assign the 2nd part to the original input string)
-concatenate the first 35 character to the output string
- concatenate the delimiter to the output string
-append any leftover chars to the output string: Note that this last step is outside of the repeat loop
#webMethods-General#Integration-Server-and-ESB#webMethods