mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-12-18
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user