You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package encoding/csv recognizes quoted fields. Sadly, it's not possible to change
the quote character to something different, as required for some use cases [1].
I request that encoding/csv be expanded to allow users to select a custom quote
character.
[1]: http://stackoverflow.com/questions/25062281/golang-enclosure-rule-for-csv-parsing