Skip to content

CSV Interface v3.1.2

Compare
Choose a tag to compare
@ws-garcia ws-garcia released this 04 Jul 03:08
· 254 commits to master since this release
da48dcb

Bugs fixed:

  • Unit test missing configuration.
  • Unexpected ending of the import operation.

Improvements:

  • Unix quote escape mechanism is now supported via unixEscapeMechanism property of parseConfig object.
  • A CSV parsing test with Unix escape has been added.
  • User can specify tilde as quote character.
  • Added EnforcedQuotation option to ExportToCSV method.
  • Removed nulstring member from EscapeTokens enumeration.
  • Multiline fields are treated as string despite dynamic typing configuration.
  • Updated documentation.