Feature #12799
Add donorNotes column to CSV import for Acessions
Status: | Verified | Start date: | 02/08/2019 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | CSV import | Estimated time: | 8.00 hours | |
Target version: | Release 2.6.0 | |||
Google Code Legacy ID: | Tested version: | 2.6 | ||
Sponsored: | Yes | Requires documentation: |
Description
Currently in AtoM, donor records have a notes field, though there is no way to import this information. This minor enhancement will add a donorNotes column to the Accessions CSV template, so that users can import notes about donors.
This new field should support pipe separators for when there are multiple donors being added via a single accession CSV row. However, the donor notes field itself is not repeatable, and will not be changed - so users cannot import multiple notes per single donor.
History
#2 Updated by Dan Gillean about 3 years ago
- Target version set to Release 2.6.0
#3 Updated by Steve Breker over 2 years ago
In addition to the new donorNotes field, the import task has been changed such that if a new accession material type term or acquisition type term is encountered in the import CSV, the task will now create the new term and log a message instead of throwing an exception and stopping the import.
I have also updated the log message that is created when a duplicate
accession identifier is found to include the accession identifier.
#4 Updated by Steve Breker over 2 years ago
- Status changed from New to Code Review
Ready for CR: https://github.com/artefactual/atom/pull/962
#5 Updated by Mike Cantelon over 2 years ago
- Status changed from Code Review to Feedback
- Assignee set to Steve Breker
Looks good to me!
#6 Updated by Steve Breker over 2 years ago
- Status changed from Feedback to QA/Review
- Assignee deleted (
Steve Breker)
Merged qa/2.6.x. Ready for QA.
#7 Updated by Dan Gillean over 2 years ago
- File example_accessions-2.6.csv
added
- Status changed from QA/Review to Verified
- Tested version 2.6 added
An updated copy of the example Accessions CSV, with the donorNotes column added, is attached for reference.
#8 Updated by Dan Gillean almost 2 years ago
- % Done changed from 0 to 100
- Requires documentation deleted (
Yes)