Skip to content

Commit b6ad162

Browse files
authored
Update README.md
1 parent 4ee686a commit b6ad162

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ No collections skipped:
2626
if collectionID != 0:
2727
offset = 0
2828
#### [compareTwoKeysInCommunity.py](compareTwoKeysInCommunity.py)
29+
Based on user input, this script extracts the values of two specified keys from a specified community to a CSV file for comparison.
2930

3031
#### [findBogusUris.py](findBogusUris.py)
32+
This script extracts values for the key "dc.identifier.uri" that do not begin with the handlePrefix specified in the secrets.py file.
3133

3234
#### [findDuplicateKeys.py](findDuplicateKeys.py)
35+
Based on user input, this script extracts item IDs where there are multiple instances of the specified key in the item metadata.
3336

3437
#### [getCollectionMetadataJson.py](getCollectionMetadataJson.py)
38+
Based on user input, this script extracts all of the item metadata from the specified collection to a JSON file.
3539

3640
#### [getCompleteAndUniqueValuesForAllKeys.py](getCompleteAndUniqueValuesForAllKeys.py)
3741

0 commit comments

Comments
 (0)