Closed cgendreau closed 7 years ago
Currently it is impossible to include the quote char and indicate to the TabularDataFileReader to escape it. "2", " is it ""expected"""
TabularDataFileReader
"2", " is it ""expected"""
rfc4180 says:
If double-quotes are used to enclose fields, then a double-quote appearing inside a field must be escaped by preceding it with another double quote.
Backslash character could also be used so we might want to offer the option.
fixed and only what is described in the point 7. is supported.
7.
Currently it is impossible to include the quote char and indicate to the
TabularDataFileReader
to escape it."2", " is it ""expected"""
rfc4180 says:
Backslash character could also be used so we might want to offer the option.