Skip to content

CSV Interface v4.3.1

Choose a tag to compare

@ws-garcia ws-garcia released this 05 Jan 22:05
· 60 commits to master since this release

Improvements

  • Stream reader: smarter work with text files containing a mixture of line ending characters.
  • Filter: faster execution.

Bug fixes

  • Delimiter guesser: can't guess delimiters when forcing streams to return vbLf as EOL char.
  • Dedupe: broken function when calling from CSVInterface class module.