Skip to content

CSV Validator 1.3.0

Latest
Compare
Choose a tag to compare
@sparkhi sparkhi released this 13 Dec 12:17
· 28 commits to master since this release

This release has following enhancements and bug fixes

Enhancements:

  • New distribution package with launch scripts and 64 bit JRE (Java 11) included for Windows OS
  • Ability to configure heap memory in the launch scripts
  • Added skipping of UTF8 BOM
  • Safer handling of streams in withReader
  • Imporved Streams handling further for BOM
  • Switch to UniVocity CSV Parser for better performance when reading CSV
  • If a file can't be saved, show a dialog message box that tells the user
  • Applied extension filter on file chooser to make it more user friendly

Bugfixes:

  • Fix for OutOfMemoryError failure when processing huge csv file
  • Show Save Dialog (not Open Dialog) when Saving a file
  • Removed circular referencing which was causing the main frame to be recreated
  • Corrected the use of "noExt" as mentioned in the schema
  • Better error messages for invalid column references in concat
  • Fix for malformed error message with switch rules