uga-libraries / hub-monitoring

Scripts for summarizing and validating content on the Digital Production Hub, the UGA Libraries' centralized storage for digital objects that are not suitable for our digital preservation system.
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

Add column for initial manifest CSV #98

Closed emkaser closed 3 weeks ago

emkaser commented 2 months ago

Add a column that indicates whether or not an accession includes an initial manifest CSV.

File name string pattern: 'initialmanifest_[YYYYMMDD].csv'

amhanson9 commented 2 months ago

Columns in the report are now: 'Status', 'Collection', 'Accession', 'Preservation_Log', 'Full_Risk', 'Initial_Manifest', 'Bag'. The test for initial manifest is starts with "initialmanifest" and ends with ".csv". @emkaser, this is consistent with how we identify a full risk csv, but if you find it isn't accurate enough, we can switch to regex that matches the date as well.