Skip to content
/ icsv Public

icsv is a simple and powerful alternative to buildin encoding/csv package.

License

Notifications You must be signed in to change notification settings

jooter/icsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icsv

Package icsv.

(Still in activing developing!)

This package is a simple and powerful alternative of buildin encoding/csv package.

For reading csv, it can be configured for:

  • Record terminator;
  • Escape character;
  • Quotation mark;
  • Leading characters to trim;
  • Trailing characters to trim;
  • Characters remapping;
  • Max quoted string length;

It also discards unicode BOM header and empty lines.

Installation

go get -u github.com/jooter/icsv

Reference

https://github.com/csvreader/csvreader/blob/master/DIALECTS.md

About

icsv is a simple and powerful alternative to buildin encoding/csv package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages