datacite / bolognese

Ruby gem and command-line utility for conversion of DOI metadata
MIT License
40 stars 14 forks source link

Fix for `NoMethodError` when reading blank publisher properties from DataCite XML #181

Closed codycooperross closed 9 months ago

codycooperross commented 9 months ago

Fixes #180

Purpose

Blank publisher properties were causing a NoMethodError when being read from DataCite XML.

closes: #180

Approach

Checks for a "__content__" value before stripping the value.

Open Questions and Pre-Merge TODOs

Learning

Types of changes

Reviewer, please remember our guidelines: