Skip to content

Commit 01e1432

Browse files
authored
Update README.md
1 parent 133a719 commit 01e1432

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ This script finds all items with duplicate key-value pairs and removes the dupli
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

6969
#### [replaceKeyForCollection.py](replaceKeyForCollection.py)
70+
Based on user input, this script replaces one specified key with another specified key in all item metadata across the specified collection. 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.
71+
72+
#### [replaceKeyForCommunity.py](replaceKeyForCommunity.py)
73+
Based on user input, this script replaces one specified key with another specified key in all item metadata across the specified community. 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.
74+
75+
#### [replaceKeyValuePairOnItemIdCSV.py](replaceKeyValuePairOnItemIdCSV.py)
7076

7177
#### [replaceKeyValuePairsFromCSV.py](replaceKeyValuePairsFromCSV.py)
7278
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.

0 commit comments

Comments
 (0)