Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.19.0
-
Component/s: camel-bindy
-
Labels:None
-
Estimated Complexity:Unknown
Description
If you have String field that contains the same character (String) as the quote character, and quoting is set to true, the embedded character should be escaped.
val s:String = "\"foo\""
Bindy will unmarshal to the CSV stream ""foo"","...","...","...",...
it should be "\"foo\"","...","...","...",...
Attachments
Issue Links
- links to