I am trying to write a GLOB pattern to exclude a partially downloaded file to be read by the File Listener. I am using the file name pattern foo.*[^filepart] in the File matcher but it doesn't works.
Please suggest.
<file:matcher name="filename-regex-filter" doc:name="Matcher" doc:id="410af88e-b6c6-4816-aaff-1f4edc29214f" filenamePattern="foo.*[^filepart]" />