Feature #8335
Bulk CSV export
Status: | Verified | Start date: | 04/21/2015 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Dan Gillean | % Done: | 0% | |
Category: | CSV export | |||
Target version: | Release 2.3.0 | |||
Google Code Legacy ID: | Tested version: | 2.3 | ||
Sponsored: | Yes | Requires documentation: |
Description
This feature will add command-line support for bulk CSV export of archival descriptions.
CLI options and description:
Usage: symfony csv:export [--application[="..."]] [--env="..."] [--connection="..."] [--items-until-update[="..."]] [--criteria[="..."]] [--current-level-only] [--single-id[="..."]] [--public] [--standard[="..."]] [--rows-per-file[="..."]] path Arguments: path The destination path for export file(s). Options: --application The application name (default: qubit) --env The environment (default: cli) --connection The connection name (default: propel) --items-until-update Indicate progress every n items. --criteria Export criteria --current-level-only Do not export child descriptions of exported items --single-id Export a single fonds or collection based on id --public Do not export draft physical locations or child descriptions --standard Description format ("isad" or "rad") (default: isad) --rows-per-file Rows per file (disregarded if writing to a file, not a directory) (default: )
History
#2 Updated by Dan Gillean about 7 years ago
- Description updated (diff)
#3 Updated by Dan Gillean about 7 years ago
Feedback:
Extra columns appearing in CSV export that are either duplicates, or not supported for import:
- nameAccessHistories
- eventDates
- eventDatesStart
- eventDatesEnd
- eventDatesType
- eventDatesNote
etc
#4 Updated by Mike Cantelon about 7 years ago
- Assignee changed from Mike Cantelon to Nick Wilkinson
Created a PR: https://github.com/artefactual/atom/pull/175
#5 Updated by Nick Wilkinson about 7 years ago
- Assignee changed from Nick Wilkinson to Mike Gale
#6 Updated by Mike Gale about 7 years ago
- Assignee changed from Mike Gale to Mike Cantelon
Looks good to me
#7 Updated by Mike Cantelon about 7 years ago
- Status changed from Code Review to QA/Review
- Assignee changed from Mike Cantelon to Dan Gillean
Merged.
#8 Updated by Dan Gillean over 6 years ago
- Sponsored changed from No to Yes
- Requires documentation deleted (
Yes) - Tested version 2.3 added
Initial documentation added to 2.3 branch in: https://github.com/artefactual/atom-docs/commit/901679456be0eb111a3659b68e13f61ff54d5058
More to come...
#9 Updated by Dan Gillean over 6 years ago
- Status changed from QA/Review to Verified
#10 Updated by Dan Gillean over 6 years ago
- Requires documentation set to Yes
Add YES for requires documentation back in, so we remember:
- Need to update wiki with new CSV import template and changelog
- Need to update CSV import instructions to match new eventActor names, etc
- Need to make sure that the CSV example in AtoM is up to date.
#11 Updated by Dan Gillean over 5 years ago
- Requires documentation deleted (
Yes)