You are right, bindy does not support this option. If you have a patch, you are welcome to submit it.
On Fri, Dec 6, 2013 at 9:28 PM, Daneel Yaitskov <[email protected]>wrote: > 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. > -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
