uga-libraries / format-report

Aggregate and analyze csv files with file format information generated by the UGA Libraries' digital preservation system (ARCHive).
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Work with non-PRONOM registries #50

Open amhanson9 opened 10 months ago

amhanson9 commented 10 months ago

Currently, when the csv_to_dataframe() function combines registry name and key into a single URL, it is only looking for PRONOM. This is currently the only registry, but others could be added in the future. Make this more flexible to work with any registry, or at least add an alert if something other than PRONOM is present so that the script can be adapted then.