This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Description
Hello everyone,
I use \ as an escape char and some of my string values have \ at the end. During serialization \ is not being escaped and transformed to \ as it is expected by me.
The result is that the quotation mark at the end of the serialized csv column is now being treated as a literal character and not as my quote char during deserialization.
Thanks.