Hello, can you try setting the annotation as below
@CsvRecord(separator = "," , quote = "\"" , quoting= true ) the default value of quoting is set to false and hence doesnt appear as part of the CSV Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Marshal-with-quote-in-CSV-tp5765160p5765332.html Sent from the Camel - Users mailing list archive at Nabble.com.
