Skip to content

Commit 8b80586

Browse files
authored
Update README.md
1 parent dea317f commit 8b80586

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ This GET script retrieves specific properties, including proprerties that have a
3030

3131
#### [searchArchivalObjectsByResource.py](/searchArchivalObjectsByResource.py)
3232
A GET script to extract all of the archival objects associated with a particular resource. To set the resource you want to search for, adjust the 'resourceNumber' variable on line 13
33+
34+
#### [postContainersFromCSV.py](/postContainersFromCSV.py)
35+
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.
36+

0 commit comments

Comments
 (0)