Skip to content

Commit 9f66221

Browse files
authored
Update README.md
1 parent edfd094 commit 9f66221

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,9 @@ Based on user input, this script extracts the ID and URI for all items in the re
5454
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.
5555

5656
#### [metadataOverview.py](metadataOverview.py)
57-
57+
This script produces several CSV files containing different information about the structure and metadata of the repository:
58+
collectionMetadataKeys.csv - A list of all keys used in each collection with collection name, ID, and handle.
59+
dspaceIDs.csv - A list of every item ID along with the IDs of the collection and community that contains that item.
60+
dspaceTypes.csv - A list of all unique values for the key 'dc.type'
61+
keyCount.csv - A list of all unique keys used in the repository, as well as a count of how many times it appear.
62+
collectionStats.csv - A list of all collections in the repository with the collection name, ID, handle, and number of items.

0 commit comments

Comments
 (0)