In our input csv I am getting the data with double quotes (" "). like below
"ID","NAME","ADDR" "1","Sarfaraj Sayyad","Pune,India" but camel csv component created without double quotes. (1,Sarfaraj Sayyad,Pune,India ) How do we create the csv with double quotes using camel csv component ? is it possible ? /Sarfaraj -- View this message in context: http://camel.465427.n5.nabble.com/How-to-escape-commas-in-CSV-file-tp5729241p5729527.html Sent from the Camel - Users mailing list archive at Nabble.com.