Add notes for 2019-12-18

This commit is contained in:
2019-12-18 11:41:55 +02:00
parent 9b6d328e51
commit 8622776049
3 changed files with 23 additions and 8 deletions

View File

@ -140,4 +140,13 @@ dspace=# \COPY (SELECT DISTINCT text_value as "dc.contributor.sponsor", count(*)
COPY 643
```
## 2019-12-18
- Apply the investor corrections and deletions from Peter on CGSpace:
```
$ ./fix-metadata-values.py -i /tmp/2019-12-17-investors-fix-112.csv -db dspace -u dspace -p 'fuuu' -f dc.description.sponsorship -m 29 -t correct -d
$ ./delete-metadata-values.py -i /tmp/2019-12-17-investors-delete-68.csv -db dspace -u dspace -p 'fuuu' -m 29 -f dc.description.sponsorship -d
```
<!-- vim: set sw=2 ts=2: -->