Skip to content

Releases: 22222/CsvTextFieldParser

v1.2.2

Choose a tag to compare

@22222 22222 released this 18 Dec 13:54

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

Choose a tag to compare

@22222 22222 released this 11 Apr 23:49

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

v1.1.1

Choose a tag to compare

@22222 22222 released this 04 Aug 16:17

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

Choose a tag to compare

@22222 22222 released this 28 Apr 15:46

The first release.