crkn-rcdr / Digital-Preservation

Documentation and related schemas for the CRKN digital preservation system
3 stars 0 forks source link

Convert all DC records with 2 dates in dmdSec to Dublin Core date ranges. #31

Closed RussellMcOrmond closed 1 year ago

RussellMcOrmond commented 1 year ago

Part of: #6 : Only use Dublin Core for Archival descriptive metadata Will use tool: https://github.com/crkn-rcdr/cihm-metadatabus/issues/61

RussellMcOrmond commented 1 year ago

Awaiting feedback on csv files generated by tool, prior to using those files for metadata updates.

RussellMcOrmond commented 1 year ago

Rather than doing the lookup and creating the directories using the web interface, I used:

sed <oocihm.88.csv -e 's/oocihm\.\([^,]*\).*/mkdir \1/'

This created a text 'mkdir' line that had the "oocihm." prefix removed, which is what the legacy OAIS packaging systems wants.

Metadata updates were successful, and all that remains is replication (Swift has a copy, but our backup servers haven't received the updates yet).

I'm doing another run of dmdsync and run the dmd-Preservation-DCmultidate tool again, to confirm there are no more Dublin Core records in preservation with 2 dates.

RussellMcOrmond commented 1 year ago

Completed, and confirmed there are no longer any DC files with double dates.