Re: Bindy csv and generateHeaderColumns doesnt work with tabs

2011-11-11 Thread marcelk
Hi Claus, I dont have much time at the moment but I created a JUnit test and a patch. I'll try to add things the right way later. The patch I have is: Index: src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java === --

Re: Bindy csv and generateHeaderColumns doesnt work with tabs

2011-11-10 Thread Claus Ibsen
On Thu, Nov 10, 2011 at 11:08 PM, marcelk wrote: > Hi, > > I noticed that when using generateHeaderColumns the header generated doesnt > have the right seperator as in the content: > > @CsvRecord(separator = "\\t", generateHeaderColumns=true, crlf="WINDOWS") > > This produces: > orderNr\tfirstName

Re: Bindy csv and generateHeaderColumns doesnt work with tabs

2011-11-10 Thread marcelk
This is for the latest 2.8.2 version. -- View this message in context: http://camel.465427.n5.nabble.com/Bindy-csv-and-generateHeaderColumns-doesnt-work-with-tabs-tp4982555p4982563.html Sent from the Camel Development mailing list archive at Nabble.com.