Hello group.
I need to be able to do the following and wanted to know if anyone here can help me. I have a filename that I receive that comes in a format that looks like this:
FILExxxxx.cbkxxxx.pov
I need to be able to extract the cbkxxxx from the file and assign it to a string variable. I have to be able to somehow say “look at the filename string, look for cbk and take the value up to the .pov and assign it to a string variable”. How do you do that in developer? Currently, I have a substring set up, but it’s possible that the position of the cbkxxxx could be different.
Thanks.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods