Skip to content

Commit 766164a

Browse files
authored
Update README.md
1 parent 4a47007 commit 766164a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ 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
4848

4949

5050
#### [deleteKeyFromCollection.py](deleteKeyFromCollection.py)

0 commit comments

Comments
 (0)