Re: Question about setDelimiter and CSVDataFormat

2013-06-13 Thread Claus Ibsen
Hi Yeah this can be improved. I have logged a ticket https://issues.apache.org/jira/browse/CAMEL-6456 On Fri, Jun 14, 2013 at 12:43 AM, antonioye wrote: > Why is it that when using the Java API, calling setDelimiter on CSVConfig > object only works when marshalling data but for unmarshalling dat

Camel.trunk.notest - Build # 1902 - Fixed

2013-06-13 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #1902) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/1902/ to view the results.

Re: Camel Documentation Edit Request

2013-06-13 Thread Christian Müller
Hello Colin! Welcome in the Camel community! As you may know, we love contributions (code, documentation, ...). Please checkout [1] what explains what you have to do to be able to edit the Camel WIKI pages. [1] http://camel.apache.org/how-do-i-edit-the-website.html Best, Christian Müller --

Question about setDelimiter and CSVDataFormat

2013-06-13 Thread antonioye
Why is it that when using the Java API, calling setDelimiter on CSVConfig object only works when marshalling data but for unmarshalling data one has to call setDelimiter on the CSVDataFormat object? -- View this message in context: http://camel.465427.n5.nabble.com/Question-about-setDelimiter-

== operator in Simple expressions

2013-06-13 Thread Antoine DESSAIGNE
Hi everyone, We had a unexpected behavior with this simple expression: ${body[value]} == 4 It does not return true or false but a string like "4 == 4". The documentation is unclear about == operator used in expressions (and not predicates). Is this the desired behavior ? Thanks a lot, An