fast_csv 0.1.7 fast_csv: ^0.1.7 copied to clipboard
Classic non-configurable CSV parser suitable for most use cases. Pretty fast parsing.
0.1.7 #
- Added parser
fast_csv_ex.dart
, which allows to configure the field separator
0.1.6 #
- The parser has become a little faster after rebuilding with new version of
parser_builder
0.1.5 #
- Slightly reduced parser size by rebuilding with new version of
parser_builder
0.1.4 #
- Slightly reduced parser size by rebuilding with new version of
parser_builder
0.1.3 #
- Slightly reduced parser size by rebuilding with new version of
parser_builder
0.1.2 #
- Minor changes in grammar (to make it easier to understand)
0.1.1 #
- Small changes in file
README.md
0.1.0 #
- Initial release