Add notes for 2018-09-04

This commit is contained in:
2018-09-04 13:25:13 +03:00
parent 18e86a9210
commit 28ab384194
3 changed files with 29 additions and 8 deletions

View File

@ -49,4 +49,12 @@ Caused by: java.lang.RuntimeException: Failed to startup the DSpace Service Mana
- She will try to click the "Unsubscribe" link in the first two to see if it works, otherwise we should contact Atmire
- The only one she remembers subscribing to is the top downloads one
## 2018-09-04
- I'm looking over the latest round of IITA records from Sisay: [Mercy1806_August_29](https://dspacetest.cgiar.org/handle/10568/104230)
- All fields are split with multiple columns like `cg.authorship.types` and `cg.authorship.types[]`
- This makes it super annoying to do the checks and cleanup, so I will merge them (also time consuming)
- Five issue dates had values like `2013-5` so I corrected them to be `2013-05`
- Several metadata fields had values with newlines in them (even in some titles!), which I fixed by trimming the consecutive whitespaces in Open Refine
<!-- vim: set sw=2 ts=2: -->