Skip to content

Commit 989a93e

Browse files
authored
Update README.md
1 parent 08a7ebf commit 989a93e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,40 +36,40 @@ No collections skipped:
3636
#### [allUppercaseValueCheck.py](allUppercaseValueCheck.py)
3737

3838
#### [compareTwoKeysInCommunity.py](compareTwoKeysInCommunity.py)
39-
Based on user input, this script extracts the values of two specified keys from a specified community to a CSV file for comparison.
39+
Based on user input, extracts the values of two specified keys from a specified community to a CSV file for comparison.
4040

4141
#### [findBogusUris.py](findBogusUris.py)
42-
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.
42+
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.
4343

4444
#### [findDuplicateKeys.py](findDuplicateKeys.py)
45-
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.
45+
Based on user input, extracts item IDs to a CSV file where there are multiple instances of the specified key in the item metadata.
4646

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

5050
#### [getCompleteAndUniqueValuesForAllKeys.py](getCompleteAndUniqueValuesForAllKeys.py)
51-
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.
51+
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.
5252

5353
#### [getCompleteAndUniqueValuesForAllKeysInCommunity.py](getCompleteAndUniqueValuesForAllKeysInCommunity.py)
54-
This script 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.
54+
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.
5555

5656
#### [getGlobalLanguageValues.py](getGlobalLanguageValues.py)
57-
This script extracts all unique language values used by metadata entries in the repository to a CSV file.
57+
Extracts all unique language values used by metadata entries in the repository to a CSV file.
5858

5959
#### [getHandlesAndBitstreamsFromCollection.py](getHandlesAndBitstreamsFromCollection.py)
60-
Based on user input, this script extracts all the handles and bitstreams associated with the items in the specified collection to a CSV file.
60+
Based on user input, extracts all the handles and bitstreams associated with the items in the specified collection to a CSV file.
6161

6262
#### [getLanguageValuesForKeys.py](getLanguageValuesForKeys.py)
63-
This script extracts all unique pairs of keys and language values used by metadata entries in the repository to a CSV file.
63+
Extracts all unique pairs of keys and language values used by metadata entries in the repository to a CSV file.
6464

6565
#### [getRecordsAndValuesForKey.py](getRecordsAndValuesForKey.py)
66-
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.
66+
Based on user input, 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.
6767

6868
#### [getRecordsAndValuesForKeyInCollection.py](getRecordsAndValuesForKeyInCollection.py)
69-
Based on user input, this script extracts the ID and URI for all items in the specified collection with the specified key, as well as the value of the specified key, to a CSV file.
69+
Based on user input, extracts the ID and URI for all items in the specified collection with the specified key, as well as the value of the specified key, to a CSV file.
7070

7171
#### [getRecordsWithKeyAndValue.py](getRecordsWithKeyAndValue.py)
72-
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.
72+
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.
7373

7474
#### [identifyDuplicateKeyValuePairsFromItemsDiffLangTags.py](identifyDuplicateKeyValuePairsFromItemsDiffLangTags.py)
7575

@@ -78,10 +78,10 @@ Based on user input, this script extracts the ID and URI for all items in the re
7878
#### [identifyItemsMissingKeyInCommunity.py](identifyItemsMissingKeyInCommunity.py)
7979

8080
#### [metadataCollectionsKeysMatrix.py](metadataCollectionsKeysMatrix.py)
81-
This script creates a matrix containing a count of each time a key appears in each collection in the repository.
81+
Creates a matrix containing a count of each time a key appears in each collection in the repository.
8282

8383
#### [metadataOverview.py](metadataOverview.py)
84-
This script produces several CSV files containing different information about the structure and metadata of the repository:
84+
Produces several CSV files containing different information about the structure and metadata of the repository:
8585

8686
|File Name |Description|
8787
|--------------------------|--------------------------------------------------------------------------|

0 commit comments

Comments
 (0)