denshoproject / ddr-cmdln

Command-line tools for automating the Densho Digital Repository's various processes.
Other
0 stars 2 forks source link

Check that files are present before before starting CSV file import #219

Closed gjost closed 1 year ago

gjost commented 2 years ago

ddrimport files validation should confirm that basename_orig values resolve to files that are importable i.e. present and readable in the filesystem before starting an import, and should return an error if any are not.

This should function similarly to ddrimport entity's checks of the values of genre format fields.

gjost commented 1 year ago

ddrimport files has been worked on a lot since this issue was filed and I think this has been fixed along the way.