grizzly_io 3.0.1 grizzly_io: ^3.0.1 copied to clipboard
Readers and writers for several file formats (CSV, TSV, JSON, YAML, etc)
Changelog #
3.0.1 #
- Updated homepage in pubspec
3.0.0 #
- Null safety
2.2.0 #
- Combined
Rows
andColumns
intoTable
2.1.0 #
- Renamed
LabledTable
toTable
2.2.1 #
- Fixed RangeError exception in Table.toMap()
2.0.1 #
- Analyzer warning fixes
2.0.0 #
- Dart 2.0.0 support
1.2.2 #
- Bug fix:
TypeConverter.toNum
1.2.1 #
- Breaking changes to
LabeledTsv
0.0.4 #
- Replaced
LabeledTsv
withparseLabTsv
andtoLabTsv
- Added
LabeledTable
andTable
to fluently morph columns in a table
0.0.3 #
- Browser and dart:io based loaders to read file formats from different sources
0.0.2 #
TypeConverter
to convert type of columns in List or Map table
0.0.1 #
CsvParser
to parse CSV-like filesLabeledTsv
to read/write labeled TSV files