Skip to content

Commit 9264320

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

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ Based on a specified file name and a specified file path, this script extracts s
2323
This GET script retrieves all of the user-defined fields from all of the accessions in the specified repository.
2424

2525
#### [getAccessions.py](/getAccessions.py)
26-
This GET script retrieves all of the accessions from a particular repository into a JSON file
26+
This GET script retrieves all of the accessions from a particular repository into a JSON file.
2727

2828
#### [getAllArchivalObjectTitles.py](/getAllArchivalObjectTitles.py)
29+
Retrieves titles from all archival objects in a repository. Upon running the script, you will be prompted enter the resource ID (just the number, not the full URI).
2930

3031
#### [getArchivalObjectCountByResource.py](/getArchivalObjectCountByResource.py)
32+
Retrieves a count of 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).
3133

3234
#### [getArchivalObjectsByResource.py](/getArchivalObjectsByResource.py)
3335
A GET script to extract all of the 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).
@@ -45,14 +47,16 @@ This GET scripts retrieves all of the resources from a particular repository int
4547
This GET script retrieves a single ArchivesSpace record based on the record's 'uri,' which is specified in the 'endpoint' variable on line 13.
4648

4749
#### [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).
50+
Retrieves 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).
4951

5052
#### [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).
53+
Retrieves 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).
5254

5355
#### [getTopContainers.py](/getTopContainers.py)
56+
This GET script retrieves all of the top containers from a particular repository into a JSON file.
5457

5558
#### [getUrisAndIds.py](getUrisAndIds.py)
59+
For the specified record type, this script retrieves URI and the 'id_0,' 'id_1,' 'id_2,' 'id_3,' and a concatenated version of all the 'id' fields.
5660

5761
#### [postContainersFromCSV.py](/postContainersFromCSV.py)
5862
This script works to create instances (consisting of top_containers) from a separate CSV file. The CSV file should have two columns, indicator and barcode. The directory where this file is stored must match the directory in the filePath variable. The script will prompt you first for the exact name of the CSV file, and then for the exact resource or accession to attach the containers to.

0 commit comments

Comments
 (0)