Skip to content

Commit a862bf1

Browse files
authored
Update README.md
1 parent 0175c7f commit a862bf1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

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

36-
#### [allUppercaseValueCheck.py](allUppercaseValueCheck.py)
37-
3836
#### [compareTwoKeysInCommunity.py](compareTwoKeysInCommunity.py)
3937
Based on user input, extracts the values of two specified keys from a specified community to a CSV file for comparison.
4038

@@ -54,6 +52,7 @@ Creates a 'completeValueLists' folder and for all keys used in the repository, e
5452
Creates a 'completeValueLists' folder and for all keys used in the specified community, 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.
5553

5654
#### [getFacultyNamesFromETDs.py](getFacultyNamesFromETDs.py)
55+
Based on user input, extracts all values from 'dc.contributor.advisor' and 'dc.contributor.committeeMember' fields from items in collections in the specified community.
5756

5857
#### [getGlobalLanguageValues.py](getGlobalLanguageValues.py)
5958
Extracts all unique language values used by metadata entries in the repository to a CSV file.
@@ -74,10 +73,10 @@ Based on user input, extracts the ID and URI for all items in the specified coll
7473
Based on user input, extracts the ID and URI for all items in the repository with the specified key-value pair to a CSV file.
7574

7675
#### [identifyDuplicateKeyValuePairsFromItemsDiffLangTags.py](identifyDuplicateKeyValuePairsFromItemsDiffLangTags.py)
77-
78-
#### [identifyItemWithDuplicateKeysInCommunity.py](identifyItemWithDuplicateKeysInCommunity.py)
76+
Extracts all duplicate key-value pairs in an item that only differ in their assigned language tag.
7977

8078
#### [identifyItemsMissingKeyInCommunity.py](identifyItemsMissingKeyInCommunity.py)
79+
Based on user input, extracts the IDs of items from a specified community that do not have the specified key.
8180

8281
#### [metadataCollectionsKeysMatrix.py](metadataCollectionsKeysMatrix.py)
8382
Creates a matrix containing a count of each time a key appears in each collection in the repository.

0 commit comments

Comments
 (0)