SUNScholar/Metadata/Batch Edit
Back to Metadata
Contents
Introduction
Instructions
For DSpace 5.X
- https://wiki.duraspace.org/display/DSDOC5x/Batch+Metadata+Editing+Configuration
- https://wiki.duraspace.org/display/DSDOC5x/Batch+Metadata+Editing
For DSpace 4.X
- https://wiki.duraspace.org/display/DSDOC4x/Batch+Metadata+Editing+Configuration
- https://wiki.duraspace.org/display/DSDOC4x/Batch+Metadata+Editing
For DSpace 3.X
- https://wiki.duraspace.org/display/DSDOC3x/Batch+Metadata+Editing+Configuration
- http://wiki.duraspace.org/display/DSDOC3X/Batch+Metadata+Editing
Configuration
Edit the following file:
nano $HOME/source/dspace/config/modules/bulkedit.cfg
See example below.
#---------------------------------------------------------------# #-----------BATCH METADATA EDITOR CONFIGURATIONS----------------# #---------------------------------------------------------------# # Configuration properties used solely by the Batch Metadata # # Editing System # #---------------------------------------------------------------# ### Bulk metadata editor settings ### # The delimiter used to separate values within a single field (defaults to a double pipe ||) # valueseparator = || # The delimiter used to separate fields (defaults to a comma for CSV) # fieldseparator = , # The delimiter used to serarate authority data (defaults to a double colon ::) # authorityseparator = :: # A hard limit of the number of items allowed to be edited in one go in the UI # (does not apply to the command line version) gui-item-limit = 1000 # Metadata elements to exclude when exporting via the user interfaces, or when using the # command line version and not using the -a (all) option. # ignore-on-export = dc.date.accessioned, dc.date.available, \ # dc.date.updated, dc.description.provenance # Should the 'action' column allow the 'expunge' method. By default this is set to false # allowexpunge = false
Item Update
- https://wiki.duraspace.org/display/DSDOC5x/Updating+Items+via+Simple+Archive+Format
- https://wiki.duraspace.org/display/DSDOC4x/Updating+Items+via+Simple+Archive+Format
- https://wiki.duraspace.org/display/DSDOC3x/Updating+Items+via+Simple+Archive+Format
Help Guides
- 2012 - DAVIES - RE-PURPOSING OF METADATA FROM A SPREADSHEET FORMAT TO INDIVIDUAL XML FILE FOR INGESTION INTO DSPACE
- 2010 - SPARC - DSUG - PRESENTATION
- 2009 - UNIVERSITY OF AUCKLAND - GUIDE
SAFBuilder
Click on the heading above.
Example CSV Files
This example uses the simple table extension for mediawiki. To properly prepare the example for import, read the following:
- In a CSV file ready for DSpace import, you must separate author names with two bars, ||.
- All text that has commas included must be enclosed with quotation marks, ".."
<tab class="wikitable sortable" sep=comma head=top> id,collection,dc.contributor.author,dc.title,dc.date.issued,dc.description,dc.description,dc.description,dc.type +,10019.1/36010,Hardie A; Dynes JJ; Kozak LM; Huang PM,Abiotic catalysis of the Maillard and integrated catechol-Maillard humification pathways by Al Fe and Mn oxides,2010,Please help us populate SUNScholar with the post print version of this article. It can be e-mailed to: scholar@sun.ac.za,Agriwetenskappe,Grondkunde,Proceedings International +,10019.1/36010,MAGERMAN YN,ACADEMIC FACTORS AFFECTING LEARNING AT A NURSING COLLEGE IN THE WESTERN CAPE,2010,Please help us populate SUNScholar with the post print version of this article. It can be e-mailed to: scholar@sun.ac.za,Geneeskunde,Verpleegkunde,Masters completed +,10019.1/36010,McMillan L,Accessibility and uptake of reproductive health education during earlier youth according to 18 and 19 year old college students in the Cape Town Metropolitan area,2010,Please help us populate SUNScholar with the post print version of this article. It can be e-mailed to: scholar@sun.ac.za,Geneeskunde,Verpleegkunde,Masters completed +,10019.1/36010,du Toit J,Accuracy of radiology voice recognition reports at a Tertiary South African Hospital,2010,Please help us populate SUNScholar with the post print version of this article. It can be e-mailed to: scholar@sun.ac.za,Geneeskunde,Radiodiagnose,Projects current +,10019.1/36010,Bugan RDH; Jovanocic NZ; De Clercq WP; Helmschrot J; Flugel WA; Leavesley GH,A comparative analysis of the PRMS and J2000 hydrological models applied to the Sandspruit Catchment Western Cape South Africa.,2010,Please help us populate SUNScholar with the post print version of this article. It can be e-mailed to: scholar@sun.ac.za,Agriwetenskappe,Grondkunde,Proceedings International +,10019.1/36010,Berrisford A E,A comparative cross-sectional study of HIV positive and HIV negative medical admissions at Helderberg Hospital Western Cape South Africa,2010,Please help us populate SUNScholar with the post print version of this article. It can be e-mailed to: scholar@sun.ac.za,Geneeskunde,Huisartskunde En Primere Sorg,Masters completed +,10019.1/36010,McAlister DA,A comparison of motility and head morphology of sperm using different semen processing methods and three different staining techniques,2010,Please help us populate SUNScholar with the post print version of this article. It can be e-mailed to: scholar@sun.ac.za,Geneeskunde,Geneeskundige Fisiologie,Masters completed +,10019.1/36010,Kwagala M; Struwig FW; Viviers S,A conceptual model to investigate management and performance indicators of micro finance institutions in Uganda,2010,Please help us populate SUNScholar with the post print version of this article. It can be e-mailed to: scholar@sun.ac.za,Ekonomiese En Bestuurswetenskappe,Ondernemingsbestuur,Proceedings International +,10019.1/36010,Kekana ME,A critical narrative analysis of the deployment of corporate arrangements in the conduct of government employee pension fund,2010,Please help us populate SUNScholar with the post print version of this article. It can be e-mailed to: scholar@sun.ac.za,Ekonomiese En Bestuurswetenskappe,Skool vir Publieke Leierskap,Masters completed </tab>
Language Metadata Export Fix
Type the following when connected to the PostgreSQL database;
UPDATE metadatavalue SET text_lang=NULL WHERE text_lang=;