1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-07-01 12:11:55 +02:00

Always fix invalid multi-value separators
All checks were successful
continuous-integration/drone/push Build is passing

This is no longer class-ified as "unsafe" as I have yet to see a
case where this was intentional, and it always causes issues when
you import the data in a DSpace repository.
This commit is contained in:
2021-03-13 12:59:45 +02:00
parent f00a07e2cd
commit 1008acf35e
3 changed files with 14 additions and 10 deletions

View File

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Fixing invalid multi-value separators like `|` and `|||` is no longer class-
ified as "unsafe" as I have yet to see a case where this was intentional
## [0.4.6] - 2021-03-11
### Added
- Validation of dcterms.license field against SPDX license identifiers