Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.18.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
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
filterDirectory=${date:now:yyyyMMdd}&filterFile=${file:ext} == 'xml' && ${file:size} > 20000