fast_csv 0.2.2 fast_csv: ^0.2.2 copied to clipboard
Classic CSV parsers suitable for most use cases. Pretty fast parsing. With experimental event-based streaming parsing.
0.2.2 #
- Changes to example file
example/example.dart
.
0.2.1 #
- Added experimental support for event-based streaming parsing.
- Added an example of streaming parsing of 1 000 000 rows.
0.2.0 #
- The parsers have been recreated using PEG grammars.
0.1.44 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.43 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.42 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.41 #
- The parsers has been rebuilt using the new version of
parser_builder
- The generated parsers no longer have dependencies and the size of the code is entirely determined by the size of the parser, which allows them to be used in lightweight web applications
- Implemented the ability to generate an error
Unterminated string
indicating the position at the beginning of the string value in the field in which this error was detected. This makes it much easier to find format violations. This was implemented using the new features inparser_builder
0.1.40 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.39 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.38 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.37 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.36 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.35 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.34 #
- Changed dependency in
pubspec.yaml
forparser_builder
fromgithub
topub.dev
.
0.1.33 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.32 #
- Minor changes in the
README.md
file
0.1.31 #
- The parser has become a little smaller after rebuilding with new version of
parser_builder
0.1.30 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.29 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.28 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.27 #
- The parsers has been rebuilt using the new version of
parser_builder
following improvements to parser error reporting procedures inparser_builder
0.1.26 #
- The parser has become a little faster after rebuilding with new version of
parser_builder
0.1.25 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.24 #
- The parser has become a little faster after rebuilding with new version of
parser_builder
0.1.23 #
- The parser definition (grammar ) has been slightly modified to match the changes introduced in
parser_builder
0.1.22 #
- The parser has become a little faster after rebuilding with new version of
parser_builder
- Configurable parser has become faster after adding new features to
parser_builder
to create efficient configurable parsers. Now thefast_csv_ex
parser has become about 15% faster. Now it about 15% slower than the non-configurable parser (before that the difference was 30%). Not much, but it's always beneficial
0.1.21 #
- The parser has become a little faster after rebuilding with new version of
parser_builder
0.1.20 #
- The parser has become a little faster after rebuilding with new version of
parser_builder
0.1.19 #
- The parsers has been rebuilt using the new version of
parser_builder
after fixing a bug inparser builder
0.1.17 #
- The parser has become a much faster after rebuilding with new version of
parser_builder
0.1.16 #
- The parser has become a little faster after rebuilding with new version of
parser_builder
0.1.15 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.14 #
- The parser has become a little faster after rebuilding with new version of
parser_builder
0.1.12 #
- The parsers has been rebuilt using the new version of
parser_builder
- Minor changes in parser grammar
0.1.11 #
- The parsers has been rebuilt using the new version of
parser_builder
- Minor changes in parser grammar
0.1.10 #
- The parsers has been rebuilt using the new version of
parser_builder
0.1.9 #
- Slightly reduced parser size by rebuilding with new version of
parser_builder
0.1.8 #
- Non-configurable parser has become a little faster after rebuilding with new version of
parser_builder
- The updated version of the parsers is able to parse more data that does not fully conform with the specification (except for data with a structural format violation)
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