Skip to content

Releases: DotNet2Web/CsvCore

v6.2.0

29 May 16:30
Compare
Choose a tag to compare

Reading, Writing and Persisting available in async

What's Changed

Others

Full Changelog: v6.1.0...v6.2.0

v6.1.0

23 May 10:17
Compare
Choose a tag to compare

New experimental feature.

Adding the csv records directly into a database table

What's Changed

Others

Full Changelog: v6.0.0...v6.1.0

v6.0.0

15 May 18:22
Compare
Choose a tag to compare

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

13 May 19:11
1629a97
Compare
Choose a tag to compare

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

08 May 17:06
Compare
Choose a tag to compare

What's Changed

Others

Full Changelog: v4.4.0...v4.4.1

SkipValidation

07 May 18:55
81f4fc5
Compare
Choose a tag to compare

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

05 May 13:05
Compare
Choose a tag to compare

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

29 Apr 18:26
Compare
Choose a tag to compare

When you specify your custom delimiter it should be also in your error files.

Fixed the error file content

28 Apr 19:16
Compare
Choose a tag to compare

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

Fix for index out of range exception

24 Apr 18:29
Compare
Choose a tag to compare

What's Changed

Others

Full Changelog: v4.0.0...v4.1.0