Skip to content

v1.1.1

Choose a tag to compare

@22222 22222 released this 04 Aug 16:17
· 17 commits to master since this release

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.