crkn-rcdr / cihm-metadatabus

Documentation and Docker build environment for key portions of the metadata bus.
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

DMDTASK: Mishandling of 'label' field for Dublin Core CSV files. #46

Closed RussellMcOrmond closed 2 years ago

RussellMcOrmond commented 2 years ago

The Metadata Profile for Dublin Core indicates that the CSV file for DC can have a label column.

The current code is using the first dc:title as the label, ignoring any label column.

The first dc:title should only be used if the label field doesn't exist.

RussellMcOrmond commented 2 years ago

https://github.com/crkn-rcdr/cihm-metadatabus/blob/b8267c228f31aa49480208648da03be393c093e4/CIHM-Meta/lib/CIHM/Meta/Dmdtask.pm#L1041-L1044