CSV Interface v4.3.1
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.