Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Releases: EnableSoftware/DelimitedDataParser

V6.1.0

04 Jan 16:40
Compare
Choose a tag to compare

Updates to sanitization

  • Add "|" character to list of unsafe leading characters
  • Add functionality to allow specific columns to skip sanitization

V6.0.0

13 Dec 14:39
cbf50bc
Compare
Choose a tag to compare

Sanitize strings even when escape characters are used

  • The default for _sanitizeStrings has been changed from false to True. This constitutes a change in functionality, and hence a major version bump.
  • Strings are now sanitized even when _includeEscapeCharacters is set to True

V5.0.0

23 Nov 15:13
0e07fab
Compare
Choose a tag to compare
  • Add option to trim column headers when parsing, and make it the default.

v4.2.1

17 Nov 10:37
Compare
Choose a tag to compare
  • Add support for progress reports in Exporter.

v4.2.0

19 Mar 12:06
Compare
Choose a tag to compare
  • Add support for cancellation.
  • Fix a bug in enumerating files where the first row of data contains less columns than the header row.

v4.1.0

28 Mar 14:38
Compare
Choose a tag to compare
  • Migrate DelimitedDataParser project file to .NET Core .csproj project system.
  • Add multi-targeting support for net45 and netstandard2.0.

v4.0.3

16 Feb 15:54
c929c23
Compare
Choose a tag to compare
  • Fix a bug in the handling of newline characters wherein any pair of newline characters (as opposed to just \r\n) would be treated as a single newline.

v4.0.2

30 Aug 10:50
Compare
Choose a tag to compare

Fix a bug with the HasData property on the reader returned by Parser.ParseReader().

v4.0.1

30 Aug 10:49
Compare
Choose a tag to compare

Add support for specifying encoding of input data.

v4.0.0

21 Dec 09:31
Compare
Choose a tag to compare

Add support for streaming parser and streaming exporter.