Skip to content

Commit 969eada

Browse files
authored
Update README.md
1 parent 5f2dc68 commit 969eada

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ No collections skipped:
3333
if collectionID != 0:
3434
offset = 0
3535

36+
#### [allUppercaseValueCheck.py](allUppercaseValueCheck.py)
3637

3738
#### [compareTwoKeysInCommunity.py](compareTwoKeysInCommunity.py)
3839
Based on user input, this script extracts the values of two specified keys from a specified community to a CSV file for comparison.
@@ -49,6 +50,8 @@ Based on user input, this script extracts all of the item metadata from the spec
4950
#### [getCompleteAndUniqueValuesForAllKeys.py](getCompleteAndUniqueValuesForAllKeys.py)
5051
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.
5152

53+
#### [getCompleteAndUniqueValuesForAllKeysInCommunity.py](getCompleteAndUniqueValuesForAllKeysInCommunity.py)
54+
5255
#### [getGlobalLanguageValues.py](getGlobalLanguageValues.py)
5356
This script extracts all unique language values used by metadata entries in the repository to a CSV file.
5457

@@ -67,6 +70,12 @@ Based on user input, this script extracts the ID and URI for all items in the sp
6770
#### [getRecordsWithKeyAndValue.py](getRecordsWithKeyAndValue.py)
6871
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.
6972

73+
#### [identifyDuplicateKeyValuePairsFromItemsDiffLangTags.py](identifyDuplicateKeyValuePairsFromItemsDiffLangTags.py)
74+
75+
#### [identifyItemWithDuplicateKeysInCommunity.py](identifyItemWithDuplicateKeysInCommunity.py)
76+
77+
#### [identifyItemsMissingKeyInCommunity.py](identifyItemsMissingKeyInCommunity.py)
78+
7079
#### [metadataCollectionsKeysMatrix.py](metadataCollectionsKeysMatrix.py)
7180
This script creates a matrix containing a count of each time a key appears in each collection in the repository.
7281

0 commit comments

Comments
 (0)