Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
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