Csvplus Versions Save

csvplus extends the standard Go encoding/csv package with fluent interface, lazy stream operations, indices and joins.

v0.3.3

5 years ago

Changes:

  • Added serialisation to JSON;
  • Minor updates and performance optimisations.

v0.3.2

6 years ago
  • csvplus.File renamed to csvplus.Reader;
  • Added constructors to create csvplus.Reader from io.Reader and io.ReadCloser;
  • Name field removed from DataSourceError, as the input is no longer guaranteed to have a name;
  • Minor changes to comments;
  • Line numbering now starts from 1 instead of 0.

0.3.1

6 years ago

v0.2.0

7 years ago

Minor updates and bug fixes.

v0.1.0

7 years ago