Skip to content

Commit 4a47007

Browse files
authored
Update README.md
1 parent 25db98c commit 4a47007

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ Based on user input, this script uses a specified CSV file of DSpace item handle
4242

4343
#### [createItemMetadataFromCSV.py](createItemMetadataFromCSV.py)
4444
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
48+
4849

4950
#### [deleteKeyFromCollection.py](deleteKeyFromCollection.py)
5051

0 commit comments

Comments
 (0)