uga-libraries / general-aip

This is the general workflow to make archival information packages (AIPs) that are ready for ingest into the UGA Libraries' digital preservation system (ARCHive). The workflow organizes files, extracts and formats metadata, and packages the files. It may be used for any combination of file formats.
Creative Commons Attribution Share Alike 4.0 International
4 stars 0 forks source link

Preservation.xml file id regex #35

Closed amhanson9 closed 1 month ago

amhanson9 commented 1 month ago

New AIP ID patterns for Hargrett do not match the regex for file id (line 81 in fits-to-preservation of stylesheets), which selects the file path starting with the aip-id. They select nothing, resulting in a blank file id.

Examples of AIP IDs that cause this error:

Preference is to use the aip-id parameter in the regex, to future proof against other new AIP ID patterns. If that isn't possible, update the regex to match these.

amhanson9 commented 1 month ago

Able to use the AIP ID parameter.