CSV library forked from encoding/csv without CRLF handling
Please read the CONTRIBUTING.md document for guidelines on developing and contributing changes.
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.