Bug #8705
CSV export not exporting event actors properly
Status: | Won't fix | Start date: | 07/15/2015 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Mike Gale | % Done: | 0% | |
Category: | CSV export | |||
Target version: | Release 2.3.0 | |||
Google Code Legacy ID: | Tested version: | 2.3 | ||
Sponsored: | No | Requires documentation: |
Description
To reproduce:
1. Import the EAD file attached to this ticket
2. Note the 2 actors (Avison, Margaret and Kent, David)
3. Export to CSV
- In mysql: select object_id from slug where slug='yourslughere';
- php symfony csv:export --standard=rad --single-id=<id returned from above query> .
4. Import the CSV to round trip it
Result: Margaret Avison isn't exported at all. Also, some event columns still have random pipes with no data surrounding them.
Expected result: all actors are exported...
Related issues
History
#1 Updated by Mike Gale almost 7 years ago
- Related to Bug #8688: CSV export sometimes adds a blank pipe ("|") to the end of radGeneralMaterialDesignation column values added
#3 Updated by Mike Gale almost 7 years ago
I think this is actually an issue with Manitoba's data. They have creators in RAD setup with no associated events, which isn't allowed in the standard(?).
#4 Updated by Mike Gale almost 7 years ago
- Status changed from In progress to Won't fix
Setting to won't fix for now