Skip to content

Commit 133a719

Browse files
authored
Update README.md
1 parent 13a6d6c commit 133a719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ This script finds all items with duplicate key-value pairs and removes the dupli
6666
#### [replaceKey.py](replaceKey.py)
6767
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 metadata of each item that is updated.
6868

69+
#### [replaceKeyForCollection.py](replaceKeyForCollection.py)
70+
6971
#### [replaceKeyValuePairsFromCSV.py](replaceKeyValuePairsFromCSV.py)
7072
Based on user input, this scripts updates key-value pairs from the specified CSV file with the columns: 'replacedKey,' 'replacementKey,'replacedValue,' and 'replacementValue.' A CSV log is written with all of the changes made and a 'dc.description.provenance' note describing the change is added to the metadata of each item that is updated.
7173

0 commit comments

Comments
 (0)