csvutil icon indicating copy to clipboard operation
csvutil copied to clipboard

Your CSV pocket-knife (golang)

Results 2 csvutil issues
Sort by recently updated
recently updated
newest added

ive condition where few columns contains these values.. suggestion is to automatically detect for \n and \r\n and add in double quote wrapper option? example: ` 1,james,this is cool,2liner 2ndline,still...

I'm not sure whether the Go standard library has changed since this library was written, but I seem to get the following compile errors for the test suite: ``` ➜...