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.
There's are a number of sqlite queries on `sqlitefid. They may be of interest to users and it is possible they might want to use them for themselves to build similar tooling.
Add an audit mechanism that allows users to see those calls for their own format identification reports.
There's are a number of sqlite queries on `sqlitefid. They may be of interest to users and it is possible they might want to use them for themselves to build similar tooling.
Add an audit mechanism that allows users to see those calls for their own format identification reports.
Related to https://github.com/exponential-decay/demystify/issues/54