Skip to content

CSV library forked from encoding/csv without CRLF handling

License

Notifications You must be signed in to change notification settings

edmangimelli-outreach/csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv

go.dev reference CircleCI Generated via Bootstrap Coverage Status

CSV library forked from encoding/csv without CRLF handling

Contributing

Please read the CONTRIBUTING.md document for guidelines on developing and contributing changes.

High-level Overview

Standard CSV reader from enconding/csv package does modify the data. It converts CRLF to just LF. This package is fork of the package with CRLF handling removed.

Usage is the same as for the original package.

About

CSV library forked from encoding/csv without CRLF handling

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.6%
  • Shell 3.1%
  • Makefile 0.3%