Skip to content

Commit d1758da

Browse files
authored
Update README.md
1 parent 88e791e commit d1758da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ No collections skipped:
2929
Based on user input, this script extracts the values of two specified keys from a specified community to a CSV file for comparison.
3030

3131
#### [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.
32+
This script extracts values for the key 'dc.identifier.uri' that do not begin with the handlePrefix specified in the secrets.py file.
3333

3434
#### [findDuplicateKeys.py](findDuplicateKeys.py)
3535
Based on user input, this script extracts item IDs where there are multiple instances of the specified key in the item metadata.
@@ -38,6 +38,7 @@ Based on user input, this script extracts item IDs where there are multiple inst
3838
Based on user input, this script extracts all of the item metadata from the specified collection to a JSON file.
3939

4040
#### [getCompleteAndUniqueValuesForAllKeys.py](getCompleteAndUniqueValuesForAllKeys.py)
41+
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.
4142

4243
#### [getGlobalLanguageValues.py](getGlobalLanguageValues.py)
4344

0 commit comments

Comments
 (0)