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
A better csv implementation for golang. Forked from the 'encoding/csv' golang(1.3.3) csv implementation to provide missing functionality.
4
+
A drop in replacement for the stdlib csv implementation for golang, to make it support any [dsv](http://en.wikipedia.org/wiki/Delimiter-separated_values). Fully backward compatible while providing more features.
5
5
6
-
# Installation
6
+
Forked from the 'encoding/csv' golang(1.3.3) csv implementation.
7
+
8
+
# Usage
9
+
In addition to [encoding/csv](http://golang.org/pkg/encoding/csv/) functionality, you can specify custom quoting characters for reading and writing.
0 commit comments