Skip to content

Commit 4791c4b

Browse files
authored
Update README.md
1 parent a0ea8cc commit 4791c4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ No collections skipped:
3030

3131
#### [addKeyValuePairOnHandleCSV.py](addKeyValuePairOnHandleCSV.py)
3232

33-
#### [checkCommunityForKey.py](checkCommunityForKey.py)
34-
3533
#### [createItemMetadataFromCSV.py](createItemMetadataFromCSV.py)
3634

3735
#### [postItem.py](postItem.py)
36+
Based on user input, this script creates a community with a specified name and collection with a specified name within that community. In the specified directory (within the filePath set by the secrets.py file), the script creates items and associated metadata based on a 'collectionMetadata.json' file in the directory. Based on the specified file extension, the script then posts each file in the directory with that extension as a bitstream for the appropriate item, which is determined by having the file name (minus the file extension) in a 'dc.identifier.other' field in the item metadata record.
3837

3938
#### [removeDuplicateKeyValuePairsFromItems.py](removeDuplicateKeyValuePairsFromItems.py)
39+
This script finds all items with duplicate key-value pairs and removes the duplicates. A CSV log is written with all of the items that were edited and a 'dc.description.provenance' note describing the change is added to the item metadata.
4040

4141
#### [replaceKey.py](replaceKey.py)
42+
Based on user input, this script replaces one specified key with another specified key in all item metadata across the repository. A CSV log is written with all of the changes made and a 'dc.description.provenance' note describing the change is added to the item metadata.
4243

4344
#### [replaceKeyValuePairsFromCSV.py](replaceKeyValuePairsFromCSV.py)
4445

0 commit comments

Comments
 (0)