Skip to content

Releases: 22222/CsvTextFieldParser

v1.2.2

18 Dec 13:54
Compare
Choose a tag to compare

Fix some edge cases when using a non-comma delimiter and when using a whitespace character as a delimiter (like a tab).

v1.2.1

11 Apr 23:49
Compare
Choose a tag to compare

Adds a new LineNumber property that's compatible with the one in Microsoft.VisualBasic.FileIO.TextFieldParser (#6).

v1.1.1

04 Aug 16:17
Compare
Choose a tag to compare

Adds some configuration properties to match properties from the VB TextFieldParser:

  • Delimiters (as a string[] even though this parser only supports a single, one-character delimiter)
  • HasFieldsEnclosedInQuotes
  • TrimWhiteSpace

See issue #1 for more details.

v1.0.1

28 Apr 15:46
Compare
Choose a tag to compare

The first release.