Releases: digital-preservation/csv-validator
CSV Validator 1.3.0
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
1.3.0-RC3
This release candidate has all the functionality as it was in 1.3.0-RC2. In addition it has the ability to set higher amount of heap memory when using the package with bundled JRE. This has been achieved by using a 64 bit JRE in the distribution.
1.3.0-RC2
1.3.0-RC1-1
This pre-release has following enhancements and bug fixes
Enhancements:
- New distribution package with launch scripts and 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
- Added a Docker Image build for the Command Line tool
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
CSV Validator 1.2-RC4
- Incorporates a fix for the Save Dialog in the GUI. #334
- Reinstates Java 7 build compatibility. #335
- Fixes an
AbstractMethodException
issue with competing Scala Parser Combinator library versions. #337
It is otherwise identical to the 1.2-RC3 release.
The maven artifacts are available here (the main executables are attached below for convenience)
CSV Validator 1.2-RC3
TODO
CSV Validator 1.1.5
This release incorporates the performance and memory usage improvements contributed by @JessFlan in PR #135.
The 1.1 release integrated the new features of CSV Schema Language 1.1, along with some UI improvements such as showing the actual number of lines of a CSV file that have been validated (also available as a command line option).
The Schema Language Specification includes a what's new section for a quick intro to the new features.
For convenience we provide downloads of the CSV Validator UI application and the CSV Validator Command Line application. See the installation and usage instructions for further information.
As of release 1.1, the Java 6 JVM is no longer supported.
The Maven artifacts can be found here.
CSV Validator 1.2-RC2
The 1.2 release will include new features in the draft CSV Schema Language 1.2, so far this is limited to the URL Decode Expression, though there are some other suggested additions (see the 1.2 milestone in the csv-schema repo) that are not yet in the draft.
This release candidate also includes performance and memory usage improvements from #135 by @JessFlan.
It is otherwise identical to the 1.1 branch.
The maven artifacts are available here (the main executables are attached below for convenience)
CSV Validator 1.2-RC1
The 1.2 release will include new features in the draft CSV Schema Language 1.2, so far this is limited to the URL Decode Expression, though there are some other suggested additions (see the Issues tab of the csv-schema repository) that are not yet in the draft.
This release candidate should be robust as it stands, it is named as a release candidate only because CSV Schema Language 1.2 is not yet finalised.
The Maven artifacts can be found here.
CSV Validator 1.1.4
Another bug with the notEmpty rule fix and another minor bug fix.
The 1.1 release integrated the new features of CSV Schema Language 1.1, along with some UI improvements such as showing the actual number of lines of a CSV file that have been validated (also available as a command line option).
The Schema Language Specification includes a what's new section for a quick intro to the new features.
For convenience we provide downloads of the CSV Validator UI application and the CSV Validator Command Line application. See the installation and usage instructions for further information.
As of release 1.1, the Java 6 JVM is no longer supported.
The Maven artifacts can be found here.