Skip to content

Releases: digital-preservation/csv-validator

CSV Validator 1.3.0

13 Dec 12:17
Compare
Choose a tag to compare

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

01 Dec 17:05
Compare
Choose a tag to compare
1.3.0-RC3 Pre-release
Pre-release

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

01 Dec 17:00
Compare
Choose a tag to compare
1.3.0-RC2 Pre-release
Pre-release

This release candidate has exact same functionality as 1.3.0-RC1-1 and also has a bugfix where the GUI was not showing details of failures caused by schema validation directives such as @totalColumns

1.3.0-RC1-1

24 Nov 11:18
Compare
Choose a tag to compare
1.3.0-RC1-1 Pre-release
Pre-release

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

14 Feb 15:17
Compare
Choose a tag to compare
CSV Validator 1.2-RC4 Pre-release
Pre-release
  1. Incorporates a fix for the Save Dialog in the GUI. #334
  2. Reinstates Java 7 build compatibility. #335
  3. 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

14 Feb 13:57
Compare
Choose a tag to compare
CSV Validator 1.2-RC3 Pre-release
Pre-release

TODO

CSV Validator 1.1.5

26 Jan 14:59
Compare
Choose a tag to compare

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

21 Dec 16:40
Compare
Choose a tag to compare
CSV Validator 1.2-RC2 Pre-release
Pre-release

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

01 Jun 11:32
Compare
Choose a tag to compare
CSV Validator 1.2-RC1 Pre-release
Pre-release

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

26 May 08:36
Compare
Choose a tag to compare

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.