feat: Port open source CsvReader for CF 3.5 compatibility

This commit is contained in:
Austin Noska
2021-04-28 17:04:44 -04:00
parent 5aca963da0
commit ae10abd71e
5 changed files with 522 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Ported CsvReader for CF 3.5 compatibility from: https://github.com/tspence/csharp-csv-reader
- Added enum extension method for cycling to the next enum value
- Added GetLocalTimeZoneName method to IcdEnvironment
- Added MatchAny method to RegexUtils