mjordan / islandora_batch_load_children

Islandora 7.x module for loading child objects
GNU General Public License v3.0
0 stars 0 forks source link

Add drush command to check input #3

Closed mjordan closed 4 years ago

mjordan commented 4 years ago

It would be useful to be able to validate that the PIDs and the directories named in the input file exist. A command to do this would report any missing objects/directories, or empty directories.

mjordan commented 4 years ago

drush --user=admin islandora_batch_load_children_check_input --input_file=/tmp/test.txt now in place. To do: add the option to log the output to a file, not just the drush log console.