[ 
https://issues.apache.org/jira/browse/CAMEL-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-9067:
-------------------------------
    Description: 
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}



  was:
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}




> 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
> 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)

Reply via email to