Skip to content

Commit 70c4c3e

Browse files
authored
Update README.md
1 parent d867034 commit 70c4c3e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ Based on user input, this script extracts the ID and URI for all items in the re
5656
#### [metadataOverview.py](metadataOverview.py)
5757
This script produces several CSV files containing different information about the structure and metadata of the repository:
5858

59-
|collectionMetadataKeys.csv - A list of all keys used in each collection with collection name, ID, and handle.|
60-
|dspaceIDs.csv - A list of every item ID along with the IDs of the collection and community that contains that item.|
61-
|dspaceTypes.csv - A list of all unique values for the key 'dc.type.'|
62-
|keyCount.csv - A list of all unique keys used in the repository, as well as a count of how many times it appear.|
63-
|collectionStats.csv - A list of all collections in the repository with the collection name, ID, handle, and number of items.|
59+
|File Name |Description|
60+
|--------------------------|--------------------------------------------------------------------------|
61+
|collectionMetadataKeys.csv | A list of all keys used in each collection with collection name, ID, and handle.|
62+
|dspaceIDs.csv | A list of every item ID along with the IDs of the collection and community that contains that item.|
63+
|dspaceTypes.csv | A list of all unique values for the key 'dc.type.'|
64+
|keyCount.csv | A list of all unique keys used in the repository, as well as a count of how many times it appear.|
65+
|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)