Skip to content

Commit 6c74948

Browse files
authored
Update README.md
1 parent 758118e commit 6c74948

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,20 @@ All of these scripts require a secrets.py file in the same directory that must c
1111
## Scripts
1212

1313
#### [addBibNumbersAndPost.py](/addBibNumbersAndPost.py)
14+
Based on a specified CSV file with URIs and bib numbers, this script posts the specified bib number to the ['user_defined]['real_1'] field for record specified by the URI.
1415

1516
#### [dateCheck.py](/dateCheck.py)
17+
Retrieves 'begin,' 'end,' 'expression,' and 'date_type' for all dates associated with all resources in a repository
1618

1719
#### [eadToCsv.py](/eadToCsv.py)
1820
Based on a specified file name and a specified file path, this script extracts selected elements from an EAD XML file and prints them to a CSV file.
1921

20-
2122
#### [getAccessionUDFs.py](/getAccessionUDFs.py)
23+
This GET script retrieves all of the user-defined fields from all of the accessions in the specified repository.
2224

2325
#### [getAccessions.py](/getAccessions.py)
26+
This GET script retrieves all of the accessions from a particular repository into a JSON file
27+
2428
#### [getAllArchivalObjectTitles.py](/getAllArchivalObjectTitles.py)
2529

2630
#### [getArchivalObjectCountByResource.py](/getArchivalObjectCountByResource.py)
@@ -41,8 +45,10 @@ This GET scripts retrieves all of the resources from a particular repository int
4145
This GET script retrieves a single ArchivesSpace record based on the record's 'uri,' which is specified in the 'endpoint' variable on line 13.
4246

4347
#### [getTopContainerCountByResource.py](/getTopContainerCountByResource.py)
48+
Retrives a count of top containers associated with archival objects associated with a particular resource. Upon running the script, you will be prompted enter the resource ID (just the number, not the full URI).
4449

4550
#### [getTopContainerCountByResourceNoAOs.py](/getTopContainerCountByResourceNoAOs.py)
51+
Retrives a count of top containers directly associated (not through an archival object) with a particular resource. Upon running the script, you will be prompted enter the resource ID (just the number, not the full URI).
4652

4753
#### [getTopContainers.py](/getTopContainers.py)
4854

0 commit comments

Comments
 (0)