Skip to content

Commit d50efd4

Browse files
authored
Update README.md
1 parent 9264320 commit d50efd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@ This POST script will post new records to a generic API endpoint based the recor
6767
#### [postOverwrite.py](/postOverwrite.py)
6868
This POST script will overwrite existing ArchivesSpace records based the 'uri' and can be used with any ArchivesSpace record type (e.g. resource, accession, subject, agent_people, agent_corporate_entity, archival_object, etc.). It requires a properly formatted JSON file (specified where [JSON File] appears in the 'records' variable on line 13) for the particular ArchivesSpace record type you are trying to post.
6969

70-
#### [resourcesWithNoBibNum.py](/resourcesWithNoBibNum.py)
70+
#### [resourcesWithNoBibNum.py](/resourcesWithNoBibNum.py
71+
Prints the URIs to a CSV file of all resources in a repository without a bib number stored in the ['user_defined']['real_1'] field.
7172

7273
#### [searchForUnassociatedContainers.py](/searchForUnassociatedContainers.py)
74+
Prints the URIs to a CSV file of all top containers that are not associated with a resource or archival object.
7375

7476
#### [unpublishArchivalObjectsByResource.py](/unpublishArchivalObjectsByResource.py)
77+
This script unpublishes all archival objects associated with the specified resource. Upon running the script, you will be prompted enter the resource ID (just the number, not the full URI).
7578

7679
#### [updateFindingAidData.py](/updateFindingAidData.py)
7780

0 commit comments

Comments
 (0)