csvloader 1.2.0 copy "csvloader: ^1.2.0" to clipboard
csvloader: ^1.2.0 copied to clipboard

Simple, cross-platform Dart class to read CSV data from a `Stream`. Supports and extends RFC 4180.

1.2.0 #

  • Enable support of Dart 3.

1.1.0 #

  • Add proper support for errors from the source Stream. Errors are forwarded to the output stream of CsvData.
  • Treat as empty any cell that contains only whitespace characters as defined by Unicode.

1.0.0 #

  • Lightweight, cross-platform Dart package to read CSV data from a Stream. Supports and extends RFC 4180.
5
likes
140
pub points
48%
popularity

Publisher

unverified uploader

Simple, cross-platform Dart class to read CSV data from a `Stream`. Supports and extends RFC 4180.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on csvloader