Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
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