diff --git a/content/posts/2018-11.md b/content/posts/2018-11.md index 6f167c91c..336693f99 100644 --- a/content/posts/2018-11.md +++ b/content/posts/2018-11.md @@ -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 + diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html index a136c2f31..9772ffcfd 100644 --- a/docs/2018-11/index.html +++ b/docs/2018-11/index.html @@ -21,7 +21,7 @@ Today these are the top 10 IPs: " /> - + @@ -48,9 +48,9 @@ Today these are the top 10 IPs: "@type": "BlogPosting", "headline": "November, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-11/", - "wordCount": "1544", + "wordCount": "1623", "datePublished": "2018-11-01T16:41:30+02:00", - "dateModified": "2018-11-13T12:20:42+02:00", + "dateModified": "2018-11-13T17:42:55+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -446,6 +446,14 @@ Today these are the top 10 IPs:
dspace export
command doesn’t include the collections for the items!dspace cleanup
to get rid of all the bitstreams