Hi,

I found 2 streaming solutions:

body().tokenizer("\n")

and 

from("stream:file?fileName=data/export-2013-10-24-all.csv")

None off them support multile rows.

Such as:

1234, " first
row
"
24533, next row


Both solution act on low level before CSV. So it's not a surprise that they
cannot cope with multi line rows because this is CSV format feature. And
they should be solved by Bindy itself.

I guess Bindy haven't such feature yet.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Bindy-Streaming-Multile-Rows-tp5744413.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to