Add notes for 2018-11-14

This commit is contained in:
2018-11-14 10:00:25 +02:00
parent ca775fcdb3
commit 5759844346
4 changed files with 28 additions and 14 deletions

View File

@ -297,4 +297,10 @@ $ time ./rest-find-collections.py 10568/27629 --rest-url https://dspacetest.cgia
- As for the collection mappings I think I need to export the CSV from DSpace Test, add mappings for each type (ie Books go to IITA books collection, etc), then re-import to DSpace Test, then export from DSpace command line in "migrate" mode...
- From there I should be able to script the removal of the old DSpace Test collection so they just go to the correct IITA collections on import into CGSpace
## 2018-11-14
- Finally import the 277 IITA (ALIZZY1802) records to CGSpace
- I had to export them from DSpace Test and import them into a temporary collection on CGSpace first, then export the collection as CSV to map them to new owning collections (IITA books, IITA posters, etc) with OpenRefine because DSpace's `dspace export` command doesn't include the collections for the items!
- Delete all old IITA collections on DSpace Test and run `dspace cleanup` to get rid of all the bitstreams
<!-- vim: set sw=2 ts=2: -->