Claus Ibsen created CAMEL-9067:
----------------------------------
Summary: File consumer - Allow to filter by expression and have
two options one for directory and another for file name
Key: CAMEL-9067
URL: https://issues.apache.org/jira/browse/CAMEL-9067
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: Future
See nabble
People who want to consume from a directory using today as timestamp need to
write a custom filter java impl to do so.
We have a bunch of include/antInclude etc options today but they are regex/ant
based.
We should have a way of using an expression (simple language) so you can filter
such as
{code}
filterDirectory=${date:now:yyyyMMdd}&filterFile=${file:ext} == 'xml' &&
${file:size} > 20000
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)