Releases: EnableSoftware/DelimitedDataParser
Releases · EnableSoftware/DelimitedDataParser
V6.1.0
04 Jan 16:40
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add option to trim column headers when parsing, and make it the default.
v4.2.1
17 Nov 10:37
Compare
Sorry, something went wrong.
No results found
Add support for progress reports in Exporter.
v4.2.0
19 Mar 12:06
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix a bug with the HasData property on the reader returned by Parser.ParseReader().
v4.0.1
30 Aug 10:49
Compare
Sorry, something went wrong.
No results found
Add support for specifying encoding of input data.
v4.0.0
21 Dec 09:31
Compare
Sorry, something went wrong.
No results found
Add support for streaming parser and streaming exporter.