Issue 12301

EMLParser should handle multiple paragraphs in eml descriptions

12301
Reporter: mdoering
Assignee: mdoering
Type: Bug
Summary: EMLParser should handle multiple paragraphs in eml descriptions
Description: Right now only one para element is set in the EMLParser digester rules, but there can be multiple ones which should be concatenated with a newline char into one string.
Priority: Critical
Resolution: Fixed
Status: Resolved
Created: 2012-11-12 14:24:06.103
Updated: 2014-07-03 16:37:00.762
Resolved: 2014-07-03 16:37:00.705


Author: kbraak@gbif.org
Comment: Following this morning's discussion, we agreed to parse all para elements, and aggregate them into the single field. Separating each para element with a newline char sounds ideal.
Created: 2014-05-19 12:25:10.144
Updated: 2014-05-19 12:25:10.144


Author: mdoering@gbif.org
Created: 2014-07-03 16:37:00.76
Updated: 2014-07-03 16:37:00.76
        
Being concatenated with new lines into a single descripiton field:
https://github.com/gbif/registry/commit/71ef5dd4f47987f1d906bfe464f8a492dbf4e7cd#diff-8da43f195de37e9dc6a3c89236a12885L52