Skip to content

Commit edfd094

Browse files
authored
Update README.md
1 parent 4a0514f commit edfd094

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ No collections skipped:
2525
collectionID = collections[j]['id']
2626
if collectionID != 0:
2727
offset = 0
28+
2829
#### [compareTwoKeysInCommunity.py](compareTwoKeysInCommunity.py)
2930
Based on user input, this script extracts the values of two specified keys from a specified community to a CSV file for comparison.
3031

3132
#### [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.
33+
This script extracts the item ID and the value of the key 'dc.identifier.uri' to a CSV file when the value does not begin with the handlePrefix specified in the secrets.py file.
3334

3435
#### [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.
36+
Based on user input, this script extracts item IDs to a CSV file where there are multiple instances of the specified key in the item metadata.
3637

3738
#### [getCollectionMetadataJson.py](getCollectionMetadataJson.py)
3839
Based on user input, this script extracts all of the item metadata from the specified collection to a JSON file.
@@ -41,13 +42,16 @@ Based on user input, this script extracts all of the item metadata from the spec
4142
This script creates a 'completeValueLists' folder and for all keys used in the repository, extracts all values for a particular key to a CSV with item IDs. It also creates a 'uniqueValueLists' folder, that writes a CSV file for each key with all unique values and a count of how many times the value appears.
4243

4344
#### [getGlobalLanguageValues.py](getGlobalLanguageValues.py)
44-
This scripts extracts all unique language values used in the repository.
45+
This script extracts all unique language values used by metadata entries in the repository to a CSV file.
4546

4647
#### [getLanguageValuesForKeys.py](getLanguageValuesForKeys.py)
48+
This script extracts all unique pairs of keys and language values used by metadata entries in the repository to a CSV file.
4749

4850
#### [getRecordsAndValuesForKey.py](getRecordsAndValuesForKey.py)
51+
Based on user input, this script extracts the ID and URI for all items in the repository with the specified key, as well as the value of the specified key, to a CSV file.
4952

5053
#### [getRecordsWithKeyAndValue.py](getRecordsWithKeyAndValue.py)
54+
Based on user input, this script extracts the ID and URI for all items in the repository with the specified key-value pair to a CSV file.
5155

5256
#### [metadataOverview.py](metadataOverview.py)
5357

0 commit comments

Comments
 (0)