Hi everyone,

I have a csv file with delimiter ; and every field is quote ". In this file
there is several rows like this that generate an error

"x";"x";"x";"foo "bar"";"x";"x";

I tried all possibile configurations in mapping file (section parser) to
pass bean io but no result.

Then, i tried this before to call unmarshal
<transform>
   <simple>${body.replaceAll("\"","")}</simple>
</transform>
but an error is thrown replaceAll on null object.
Any idea?

Environment JbossFuse 6.2 - With camel version 2.15.1.redhat-620133

Thanks in advance
Best Regards

Michele



--
View this message in context: 
http://camel.465427.n5.nabble.com/BeanIO-CSV-Stream-unmarshal-error-quote-in-field-text-tp5791199.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to