I'm creating csv file using Camel Bindy. In bindy model I have used @CsvRecord( separator = "\",\"" ,generateHeaderColumns=true), if I use this the output file is EMPLOYEE ID","SURNAME","FIRST NAME","SECOND NAME but I need output as "EMPLOYEE ID","SURNAME","FIRST NAME","SECOND NAME"
The problem is start and at the end of the column double quote is missing. Please help me out in resolving this problem. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-Add-Double-quote-at-the-beginning-of-the-column-using-Camel-Bindy-tp5753141.html Sent from the Camel - Users mailing list archive at Nabble.com.