Task #727
Metacat Crud should parse EML to extract 'describes' and 'describedBy' system metadata fields
Start date:
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
History
#1 Updated by Chad Berkley about 14 years ago
- Status changed from New to Closed
This functionality did not belong in crud, so I've created a semi-standalone parser to do it. See d1-java/src/main/java/org/dataone/eml/DataoneEMLParser.java. The [MetacatPopulator] now uses this parser to generate the describes/describesBy data. The parser can be used in other clients that need to process EML as well.