Task #7727
Add criteria specification to EAC export
Status: | Verified | Start date: | 12/17/2014 | ||
---|---|---|---|---|---|
Priority: | Medium | Due date: | |||
Assignee: | Mike Cantelon | % Done: | 90% | ||
Category: | EAC - Import/Export | ||||
Target version: | Release 2.2.0 | ||||
Google Code Legacy ID: | Tested version: | ||||
Sponsored: | No | Requires documentation: |
Description
Right now, a little-known and hardly used CLI task does exist for performing bulk exports of EAC-CPF authority records - but its implementation is very different than the existing, and much more robust, bulk export task for EAD.
With this task, the strategy is to move the EAC export task code in with the main bulk export, or make a parent class for them both, to re-use the criteria specification functionality of the main bulk export. Needed for a migration.
History
#1 Updated by Dan Gillean over 7 years ago
- Description updated (diff)
- Requires documentation set to Yes
Once this is implemented, this will require updates to the bulk export documentation - found here in the 2.1 manual:
#3 Updated by Mike Cantelon over 7 years ago
- % Done changed from 0 to 90
Working now in dev/issue-7727-bulk-export-cleanup branch.
#5 Updated by Dan Gillean over 7 years ago
Mike, can you add minimal documentation on this issue ticket, for me to use when I update the public docs? E.g. how do I call this option to export EAC in the export task?
#6 Updated by Mike Cantelon over 7 years ago
It now works exactly like the standard bulk export command so we can either duplicate that or point the reader to that section. Some examples:
./symfony export:auth-recs --criteria='i.repository_id=18305' UVIC-EAC ./symfony export:auth-recs --single-id=68316 UVIC-EAC
#7 Updated by Dan Gillean about 7 years ago
- Requires documentation deleted (
Yes)
Documentation added to 2.2 branch as a sub-heading under the Bulk Export section.