Claus Ibsen created CAMEL-15979:
-----------------------------------

             Summary: camel-file - Add includeExt/excludeExt to make it easy to 
filter based on file extension
                 Key: CAMEL-15979
                 URL: https://issues.apache.org/jira/browse/CAMEL-15979
             Project: Camel
          Issue Type: New Feature
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.8.0


As today if you want to include all xml files you need to use include=.*xml 
which is a regular expression, and some users may get this wrong. And if you 
need to include both xml and json files, then you need include=.*(xml|json).

So we can also offer includeExt=xml,json
where you can specify multiple separated by comma



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to