> How do you want to map booleans? I have never seen any CSV file with > "true" or "false" as values. > You most likely need to define a custom mapping scheme. Such as "Y" = > true, "N" = false etc. > And so you can use String type and add a isXXX boolean method yourself > in the bean. > > Having a mapping for boolean in Bindy is of course nice but I think it > requires additional mapping definition to set the rules. > > Does this mapping capability exist and I missed it?
> > > > > Can you create tickets in JIRA about the bugs and if possible a little > > piece of sample to go along? > > http://issues.apache.org/activemq/browse/CAMEL > > > > I created the ticket > https://issues.apache.org/activemq/browse/CAMEL-2773 > > Thanks.
