Add notes for 2019-07-30

This commit is contained in:
2019-07-30 20:15:21 +03:00
parent 3c96242c0f
commit d8adf171e2
3 changed files with 20 additions and 8 deletions

View File

@ -398,4 +398,9 @@ value.replace(/\s+\|\|/,"||").replace(/\|\|\s+/,"||")
- And lastly lastly, I added AGROVOC validation of subject terms
- Inform Bioversity that there is an error in their CSV, seemingly caused by quotes in the citation field
## 2019-07-30
- Add support for removing newlines (line feeds) to [csv-metadata-quality](https://git.sr.ht/~alanorth/csv-metadata-quality)
- On the subject of validating some of our fields like countries and regions, Abenet pointed out that these should all be valid AGROVOC terms, so we can actually try to validate against that!
<!-- vim: set sw=2 ts=2: -->