Closed michele-deus closed 1 year ago
It wouldn't be a big deal to support any character as quote characters.
If you need a quick workaround, go to cutplace/data.py
and edit the following line:
_VALID_QUOTE_CHARACTERS = ["\"", "\'"]
Thanks!
I finally got around to actually implement this.
For the record, the currently supported quote characters are:
!"#$%&'*+-/:;=?\^_`~
I have a file with a textfield using # as the quote character and as of now I can't validate it. Pandas read_csv is capable of handling it passing option quote_character='#'.