You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on user input, this script created a JSON file of metadata that can be added to a DSpace item from the specified CSV file. The 'createMetadataElement' function in the script is used to create the desired metadata elements based on three variables:
45
-
..*'key' - The Dublin Core property to be used for the element.
46
-
..*'value' - The column in the CSV that contains the data for the element.
47
-
..*'language' - The desired language value for the element
45
+
*'key' - The Dublin Core property to be used for the element.
46
+
*'value' - The column in the CSV that contains the data for the element.
47
+
*'language' - The desired language value for the element
0 commit comments