Documentation and Docker build environment for key portions of the metadata bus.
BSD 2-Clause "Simplified" License
0
stars
1
forks
source link
CIHM::Meta::dmd: split out 3 crosswalks into separate scripts which are then imported into flatten.pm #80
Closed
RussellMcOrmond closed 1 year ago
https://github.com/crkn-rcdr/cihm-metadatabus/blob/main/CIHM-Meta/lib/CIHM/Meta/dmd/flatten.pm
Used by CIHM::Meta::Hammer2::Process and CIHM::Meta::Dmdtask::Process
Uses CIHM::Normalise
Separating out the "issueinfo", "marc" and "dc" crosswalks into separate files will make this much easier for other people to read.
Add sufficient comments to make code easier to read for non-developers
Add human-readable documentation for CMR json that is being output
Move normaliseSpace to CIHM::Normalise , which will be included in all 3 crosswalks.
Move CIHM::Normalise into CIHM::Meta::dmd?
Add additional test cases?
Related to (part of? Replaces?) #19