Hi,
i need a pattern to find a filename with 36 characters length.
I learned that pattern is not equal to regular expression!
I did something like {0,35} but it did not work.
I want to poll files like SX8010RFBILA01bis162009_20090618.txt
When a file like SX8010RFBILA01bis162009_20090618Z.txt appears in the monitoring directory, the file should be ignored.
So the pattern could also look something like *anyNumber.txt
to see if the last char before .txt is a number.
I need this for setting the file name filter in File Polling Listener Configuration (administration).
I really appreciate your help.
Thanks.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services