Skip to content

Releases: DotNet2Web/CsvCore

v4.0.0

23 Apr 18:48
Compare
Choose a tag to compare

Handling errors
Handling Headers
and lots more!!

What's Changed

Others

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

Handling zero-based models

20 Apr 13:43
Compare
Choose a tag to compare
Pre-release

What's Changed

Others

  • Feature/what if someone uses a zero based model by @DotNet2Web in #26

Full Changelog: v3.0.0...v3.1.0

In control of your csv header

19 Apr 13:37
Compare
Choose a tag to compare

What's Changed

Others

Full Changelog: v2.1.0...v3.0.0

v2.1.0

19 Apr 08:51
Compare
Choose a tag to compare

What's Changed

Others

  • Feature/read a csv without a header and place the data on the correct properties by @DotNet2Web in #22

Full Changelog: v2.0.0...v2.1.0

Introducing the CsvCoreWriter

18 Apr 08:20
Compare
Choose a tag to compare

Big news!!!

Today we introduce the CsvCoreWriter.

From now on its possible to read and write a csv.

What's Changed

Others

Full Changelog: v1.2.0...v2.0.0

Some changes to the reader

16 Apr 18:47
Compare
Choose a tag to compare

Said goodbye to the ForFile method on the CsvCoreReader.
Just add the filename (including the path to it) to the Read or Validate method and the rest will be done.

Became a bit more defensive, when reading the csv file and you specified the wrong delimiter you will receive an MissingContentException telling you that there is no content with the selected delimiter.

What's Changed

Others

Full Changelog: v1.1.0...v1.2.0

Reading And Validating

15 Apr 17:46
Compare
Choose a tag to compare

What's Changed

Others

Full Changelog: v1.0.0...v1.1.0

First release

12 Apr 15:56
e6ba4c7
Compare
Choose a tag to compare

First release..

What's Changed

Others

New Contributors

Full Changelog: https://github.com/DotNet2Web/CsvCore/commits/v1.0.0