Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help needed in Arctos - bulk edit containers #312

Open
bryansmclean opened this issue Aug 30, 2024 · 6 comments
Open

Help needed in Arctos - bulk edit containers #312

bryansmclean opened this issue Aug 30, 2024 · 6 comments

Comments

@bryansmclean
Copy link

Tell us what you are trying to do

Bulkload containers with reserved barcodes

What are relevant pages in Arctos

Provide a link to or a description of the page where you need help.

Create containers

When I attempt to load this .csv file

container-cryobox-template.csv

I get an "insufficient access" error (no other details)

@dustymc
Copy link
Contributor

dustymc commented Aug 30, 2024

@bryansmclean you now have admin_container.

Documentation is https://handbook.arctosdb.org/documentation/container.html

That CSV looks like edit container, you need create: https://arctos.database.museum/loaders/bulkCreateContainer.cfm

Your collection does not yet have anything that could be edited:


arctosprod@arctos>> select container_type,count(*) from container where institution_acronym ='UNCG' group by container_type;
  container_type   | count 
-------------------+-------
 collection object |  3822

Let me know if you need anything!

@campmlc
Copy link
Contributor

campmlc commented Aug 30, 2024

@bryansmclean I'm also happy to help. This process needs to be written down in the Workflows repository.

@bryansmclean
Copy link
Author

@bryansmclean I'm also happy to help. This process needs to be written down in the Workflows repository.

I agree. As a first-timer on containers, i'll just note that it was hard to figure out this top-level step (container create) since the links in the handbook arent all still active for code tables and Load CSV pages

@dustymc
Copy link
Contributor

dustymc commented Aug 30, 2024

@campmlc PLEASE!

(See also ArctosDB/arctos#8064 (comment) for a point of confusion, and ArctosDB/arctos#7466 for why it works that way.)

@bryansmclean
Copy link
Author

Working on my end now, though. Thanks @dustymc.

@dustymc
Copy link
Contributor

dustymc commented Aug 30, 2024

Thanks Bryan, transferring to docs for @campmlc

@dustymc dustymc transferred this issue from ArctosDB/arctos Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants