Closed neenjaw closed 3 years ago
In CSV, the way to escape the escape character is by having it appear twice. So the format that you have written is not really supported. It will work if you rewrite it as 1,"Hello ""World"""
though.
Okay, good to know! Thanks
Hello, I am a little unclear from the documentation how to use this library with a CSV file that contains an entry with already escaped double quote:
testfile:
test.exs:
I would expect this to succeed with
[[1, "Hello \"World\""]]
, but I encounter this error: