Demo 1: Metadata Load and Update
This demo will be run on demo.dspace.org.
This test will use the following file to create 14 items with unique metadata: metadataUpload.csv
Demo 1 Setup
Within your test community, create a collection named “Demo1”
Navigate to the Collection and Get Its Handle
Edit demo1/metadataUpload.csv, replace “your-coll-handle-goes-here”
Bulk Import demo1/metadataUpload.csv
Review the report and select “Apply Changes”
Demo 1 Queries
Open the REST Report Query Tool: https://demo.dspace.org/rest/static/reports/query.html
Select your “Demo 1” collection from the collection list
Run the pre-defined query “Has compound subject”
- Include dc.subject in the report output
- Export the results and fix the metadata with a bulk update
- Change
"kitten; puppy"
to"kitten||puppy"
- Change
Run the pre-defined query “Has compound dc.creator”
- Include dc.creator in the report output
- Export the results and fix the metadata with a bulk update
- Change
"Person Five and Person One"
to"Person Five||Person One"
- Change
"Person Six and Person Seven"
to"Person Six||Person Seven"
Run the pre-defined query “Has URL in dc.description”
- Change
- Include dc.description in the report output
Run the pre-defined query “Has non-ascii character in metadata”
- Include dc.subject in the report output
Select “New Query” to return all items
- Export all results as a CSV
- Fix the lowercase titles in the export file
-
Bulk update the file