Bug #4377
EAC <function> and <occupation> elements not Roundtripping
Status: | Verified | Start date: | ||
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | José Raddaoui Marín | % Done: | 0% | |
Category: | EAC - Import/Export | |||
Target version: | Release 1.4.0 | |||
Google Code Legacy ID: | atom-2429 | Tested version: | ||
Sponsored: | No | Requires documentation: |
Description
To reproduce this error:
1)create ISAAR record with data in functions, occupations and activities field
2)export as EAD
3)review EAD
Resulting error:
EAD file has two separate elements:
<function><descriptiveNote>XXXX</descriptiveNote></function>
<occupation><descriptiveNote>XXXX</descriptiveNote></occupation>
*Use of the descriptiveNote requires < p >.
Import of the EAD.XML file results in empty functions, occupation and activities field.
Suggestion:
Use <description> instead of <descriptiveNote>?
[g] Legacy categories: Actor, Import/Export
History
#1 Updated by Jessica Bushey over 9 years ago
[g] Labels added: Component-Import-Export
#2 Updated by Jessica Bushey over 9 years ago
Function and Occupation can be encoded directly within <description>.
#3 Updated by David Juhasz over 9 years ago
- Target version changed from Release 2.1.0 to Release 1.4.0
#4 Updated by Dan Gillean over 9 years ago
- Assignee changed from David Juhasz to José Raddaoui Marín
#5 Updated by Dan Gillean over 9 years ago
- Description updated (diff)
- Sponsored set to No
Note that the above description incorrectly speaks of EAD export. In AtoM, EAC is used for exporting ISAAR authority records.
#6 Updated by Jesús García Crespo over 9 years ago
- Category set to EAC - Import/Export
#7 Updated by José Raddaoui Marín over 9 years ago
- Status changed from New to QA/Review
- % Done changed from 0 to 100
Applied in changeset atom|commit:d3f3b496e7c53c9fe4988d73775e99492b548da6.
#8 Updated by Jesús García Crespo over 9 years ago
- Status changed from QA/Review to New
- % Done changed from 100 to 0
As of commit:d3f3b496e7, AtoM uses the <term> tag instead of <descriptiveNote>. That should fix the round-tripping issue.
#9 Updated by Jesús García Crespo over 9 years ago
- Status changed from New to QA/Review
#10 Updated by Jessica Bushey over 9 years ago
- Status changed from QA/Review to Verified
Export / Import works.
I did notice that AtoM uses term for function now: <function><term>
XXXXXX
</term>
</function>
and descriptive note for occupation:<occupation><descriptiveNote>
XXXXXX
</descriptiveNote?
</occupation>