Engine for analysis of Siegfried export files and DROID CSV. The tool has three purposes, break the export into its components and store them within a SQLite database; create additional columns to augment the output where useful; and query the SQLite database, outputting results in a readable form useful for analysis by researchers and archivists within digital preservation departments in memory institutions. The tool will find duplicates, unidentified files, blacklisted objects, character encoding issues, and more.
Apparently some files can be packaged with
\0d
characters in the filename. E.g.Visible in the attached ZIP: Mac RF Test.zip (from Tyler Thorstead's iPRES sample set)
Demystify won't handle this and so we need to detect the formatting issue and then react to it so that a report can still be generated.