Releases: DotNet2Web/CsvCore
v6.2.0
Reading, Writing and Persisting available in async
What's Changed
Others
- Feature/making it more code convention proof by @DotNet2Web in #48
- The Writer is async now! by @DotNet2Web in #49
Full Changelog: v6.1.0...v6.2.0
v6.1.0
New experimental feature.
Adding the csv records directly into a database table
What's Changed
Others
- Feature/insert the records into a db table by @DotNet2Web in #47
Full Changelog: v6.0.0...v6.1.0
v6.0.0
This is a breaking change for anybody that uses the SetErrorPath method.
We no longer have it in our codebase because we merged it with the Validate method.
What's Changed
Others
- Feature/splitting specs into more functional domains by @DotNet2Web in #45
- Said bye to the SetErrorPath and merged it with the validate method by @DotNet2Web in #46
Full Changelog: v5.0.0...v6.0.0
v5.0.0
Handling enums now
We wont validate the csv data unless you tell us to do by using .Validate() method in the reader.
What's Changed
Others
- Typos fix by @DotNet2Web in #38
- 39 conversion string to guid result in error by @DotNet2Web in #42
- 40 not all required fields in result model using read validation are be considered by @DotNet2Web in #43
- 40 not all required fields in result model using read validation are be considered by @DotNet2Web in #44
Full Changelog: v4.4.1...v5.0.0
v4.4.1
SkipValidation
SkipValidation introduced.
This way you can tell us you handle the result, and the validation, on your own.
Full Changelog: v4.3.0...v4.4.0
SetDateTimeFormats
This version brings you a method to set your datetime (or dateonly) format.
How many time did you encounter a datetime string that is in a format that is out of the normal.
This version handles it for you, just use the SetDateTimeFormat method with a string in which the datetime or dateonly and CsvCoreReader will take care of the rest.
Using your delimiter in the errors file
When you specify your custom delimiter it should be also in your error files.
Fixed the error file content
What's Changed
Others
- Feature/its not validating the complete file but overwrites the content by @DotNet2Web in #31
Full Changelog: v4.1.0...v4.2.0