Unclaimed project
Are you a maintainer of univocity-parsers? Claim this project to take control of your public changelog and roadmap.
Changelog
uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
BUGS FIXED:
Value which contains line separator is NOT enclosed in quotes if line separator is 2 characters (#357)
Headers in Record context are changed if parser instance is reused (#350)
Record.getString(column) fails if type of column is declared as int and content in file is null (#355)
ENHANCEMENTS: