Hi
I have logged a JIRA to allow the file/ftp components to not do eager
limit. Then you can sort all the files beforehand, and then limit
afterwards.
https://issues.apache.org/jira/browse/CAMEL-5202
On Sun, Apr 15, 2012 at 10:06 AM, Claus Ibsen wrote:
> On Sun, Apr 8, 2012 at 4:14 AM, Aaron D
On Sun, Apr 8, 2012 at 4:14 AM, Aaron Daubman wrote:
> Greetings,
>
> I have the following quite-simple route:
>
> ---snip---
> BeanIODataFormat dataCoreFormatTest = new
> BeanIODataFormat("beanio/mappings.xml", "dataCoreFileTest");
> dataCoreFormatTest.setIgnoreInvalidRecords(true); //Ignore inva
Greetings,
I have the following quite-simple route:
---snip---
BeanIODataFormat dataCoreFormatTest = new
BeanIODataFormat("beanio/mappings.xml", "dataCoreFileTest");
dataCoreFormatTest.setIgnoreInvalidRecords(true); //Ignore invalid records
StringBuilder fileUri = new StringBuilder("file://");
f