csv_ya 2.4.0
csv_ya: ^2.4.0 copied to clipboard
Yet another CSV parser that you may want. Supports tolerant quate escaping and treaming conversions.
2.4.0 #
- Supports Dart 3
2.3.0 #
- Add user specified header value arguments.
2.2.0 #
- Add header words mapping option to
CsvIntoMap
.
2.1.1 #
- Add mapped converters.
2.1.0 #
- Rewrite converter.
- Add supports of streaming conversion.
2.0.0 #
- Hide implementation details.
- Remove
CsvDefinition
class.
1.0.1 #
- Fix end of line at end of file.
1.0.0 #
- Initial version.