CsvTextFieldParser Versions Save

A simple CSV parser based on Microsoft.VisualBasic.FileIO.TextFieldParser.

v1.2.2

2 years ago

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

5 years ago

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

v1.1.1

5 years ago

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

6 years ago

The first release.