You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on user input, this script extracts the values of two specified keys from a specified community to a CSV file for comparison.
30
31
31
32
#### [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.
33
34
34
35
#### [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.
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
41
42
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.
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.
0 commit comments