[
https://issues.apache.org/jira/browse/CAMEL-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15274221#comment-15274221
]
Claus Ibsen commented on CAMEL-9067:
------------------------------------
Its yet another 2 options but I think its worth a bit to allow to filter files
without having to write java code for a filter class, if you want to filter
when the simple/file language can do it.
> 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
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.18.0
>
>
> See nabble
> http://camel.465427.n5.nabble.com/smb-endpoint-modified-files-not-copied-to-destination-tp5770499p5770521.html
> 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)