diff --git a/content/post/2018-03.md b/content/post/2018-03.md index a131c6dd1..c1410f0d1 100644 --- a/content/post/2018-03.md +++ b/content/post/2018-03.md @@ -15,3 +15,13 @@ tags: ["Notes"] - Add three new CCAFS project tags to `input-forms.xml` ([#357](https://github.com/ilri/DSpace/pull/357)) - Andrea from Macaroni Bros had sent me an email that CCAFS needs them +- Give Udana more feedback on his WLE records from last month +- There were some records using a non-breaking space in their AGROVOC subject field +- I checked and tested some author corrections from Peter from last week, and then applied them on CGSpace + +``` +$ ./fix-metadata-values.py -i Correct-309-authors-2018-03-06.csv -db dspace -u dspace -p 'fuuu' -f dc.contributor.author -t correct -m 3 +$ ./delete-metadata-values.py -i Delete-3-Authors-2018-03-06.csv -db dspace -u dspace-p 'fuuu' -f dc.contributor.author -m 3 +``` + +- This time there were no errors in whitespace but I did have to correct one incorrectly encoded accent character diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html index 2b6928daa..33188d797 100644 --- a/docs/2018-03/index.html +++ b/docs/2018-03/index.html @@ -20,7 +20,7 @@ Export a CSV of the IITA community metadata for Martin Mueller - + @@ -51,9 +51,9 @@ Export a CSV of the IITA community metadata for Martin Mueller "@type": "BlogPosting", "headline": "March, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-03/", - "wordCount": "35", + "wordCount": "125", "datePublished": "2018-03-02T16:07:54+02:00", - "dateModified": "2018-03-02T16:09:18+02:00", + "dateModified": "2018-03-06T10:17:14+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -134,6 +134,17 @@ Export a CSV of the IITA community metadata for Martin Mueller
input-forms.xml
(#357)$ ./fix-metadata-values.py -i Correct-309-authors-2018-03-06.csv -db dspace -u dspace -p 'fuuu' -f dc.contributor.author -t correct -m 3
+$ ./delete-metadata-values.py -i Delete-3-Authors-2018-03-06.csv -db dspace -u dspace-p 'fuuu' -f dc.contributor.author -m 3
+
+
+