Skip to content

Commit 2706ee4

Browse files
authored
Update README.md
1 parent 8a01d02 commit 2706ee4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,19 @@ Based on user input, replaces one specified key with another specified key in al
9292
Based on user input, 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.
9393

9494
#### [replaceKeyValuePairOnItemIdCSV.py](replaceKeyValuePairOnItemIdCSV.py)
95+
Based on user input, updates key-value pairs on the specified items from the specified CSV file with the columns: 'replacedKey,' 'replacementKey,' 'replacedValue,' 'replacementValue,' and 'itemID.' 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.
9596

9697
#### [replaceKeyValuePairsFromCSV.py](replaceKeyValuePairsFromCSV.py)
97-
Based on user input, 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.
98+
Based on user input, 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.
9899

99100
#### [replaceUnnecessarySpaces.py](replaceUnnecessarySpaces.py)
100101
Based on user input, removes double spaces, triple spaces, and spaces before commas in the values from the specified key in the specified community.
101102

102103
#### [replaceValueInCollection.py](replaceValueInCollection.py)
104+
Based on user input, replaces a specified value with another specified value 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.
103105

104106
#### [replaceValueInCommunityFromCSV.py](replaceValueInCommunityFromCSV.py)
107+
Based on a user specified CSV, replaces specified values in the specified community with specified replacement values. 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.
105108

106109
#### [repositoryMetadataBackup.py](repositoryMetadataBackup.py)
107110
Creates a folder with a timestamp in the folder name and creates a JSON file for every collection in the repository with the metadata for all of the items in that collection.
@@ -110,8 +113,10 @@ Creates a folder with a timestamp in the folder name and creates a JSON file for
110113
Based on user input, restores the metadata from a specified backup folder that was created by the repositoryMetadataBackup.py script.
111114

112115
#### [splitFieldIntoMultipleFields.py](splitFieldIntoMultipleFields.py)
116+
Based on a user specified CSV, replaces a single field with multiple values into multiple fields which each contain a single value.
113117

114118
#### [updateLanguageTagsForKey.py](updateLanguageTagsForKey.py)
115119
Based on user input, updates the language value for the specified key to 'en_us' for all items with that key in 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.
116120

117121
#### [updateLanguageTagsForKeyInCollection.py](updateLanguageTagsForKeyInCollection.py)
122+
Based on user input, updates the language value for the specified key to 'en_us' for all items with that key in 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.

0 commit comments

Comments
 (0)