Hi, I am trying execute the java code below to process only files with name (n20.xml, n25.xml etc)
from("file:c:/camel/src/data?delete=true&include=n[\\d]+\\.xml")
I do not want to process files with name n.xml for example.
The problem is the Camel doesn´t catch the files in directory.
Is it a bug?
The reg exp (Java) is correct.
I am using Camel version 2.14.0 with java 1.6.0_15
