Skip to content

Squash BOM bug and allow single space separator in checksums.

Hugh Cayless requested to merge hac_bugfixes into main

This should deal with the BOM marker that sometimes prefixes Excel CSVs (it is a whitespace character, as it turns out). Also, the Bagit spec only requires "one or more linear whitespace characters", not two. For more perfect conformance, maybe we should use a regex, as tabs are also legal.

Merge request reports

Loading