Hi

In Bindy when marshalling from object to CSV you can state that it should use 
“quoting” by two options: quote and quoting.
But there’s a third in the factory: quotingEscaped

How should this be interpreted in the context of the other two options?

Also in the documentation there’s an automatic detection when reading CSV data 
to handle the situation where data includes the same character as the separator 
character.
Is there an option to do this when marshalling as well, where data contains the 
same character as used for separation, automatically enclose the column in 
double quotes or something?

Using camel 2.25.1

Thx

M

Reply via email to