Re: Question about setDelimiter and CSVDataFormat

2013-06-13 Thread Claus Ibsen
alling data one has > to call setDelimiter on the CSVDataFormat object? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Question-about-setDelimiter-and-CSVDataFormat-tp5734185.html > Sent from the Camel Development mailing list archive at

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