Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
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
Attachments
Issue Links
- is related to
-
CAMEL-15971 SimpleFileLanguage always null due to DummyExchange
- Resolved