mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-06-24
This commit is contained in:
@ -213,3 +213,16 @@ UPDATE 960
|
||||
```
|
||||
|
||||
- I really need to fix that cron job...
|
||||
|
||||
## 2016-06-24
|
||||
|
||||
- Run the replacements/deletes for `dc.description.sponsorship` (investors) on CGSpace:
|
||||
|
||||
```
|
||||
$ ./fix-metadata-values.py -i investors-not-blank-not-delete-85.csv -f dc.description.sponsorship -t 'correct investor' -m 29 -d cgspace -p 'fuuu' -u cgspace
|
||||
$ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.sponsorship -m 29 -d cgspace -p 'fuuu' -u cgspace
|
||||
```
|
||||
|
||||
- The scripts for this are here:
|
||||
- [fix-metadata-values.py](https://gist.github.com/alanorth/df92cbfb54d762ba21b28f7cd83b6897)
|
||||
- [delete-metadata-values.py](https://gist.github.com/alanorth/bd7d58c947f686401a2b1fadc78736be)
|
||||
|
Reference in New Issue
Block a user