go-csv icon indicating copy to clipboard operation
go-csv copied to clipboard

A (better) csv module for Go.

Results 3 go-csv issues
Sort by recently updated
recently updated
newest added

I used a piece of your code to fix the problem, you can see by comments. I needed to fix it to get https://github.com/lukasmartinelli/pgfutter works properly. I built the new...

# Problem `DialectReader` with `NoDoubleQuote` cannot properly read this CSV because second escape char is considered to escape the quoting char itself, while already being escaped with the first escape...