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
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 anylabel
column.The first
dc:title
should only be used if thelabel
field doesn't exist.