Skip to content

Update MODS element

Natkeeran edited this page Jun 6, 2019 · 1 revision

Get the pids

drush islandora_datastream_crud_fetch_pids --user=admin --collection=collection_pid --pid_file=/home/user/bags_info/pids.txt

Get the MODS

drush islandora_datastream_crud_fetch_datastreams --user=admin --pid_file=/home/user/bags_info/pids.txt --dsid=MODS --datastreams_directory=/home/user/bags_info/files

Modify the MODS xml

 add_reformattingquality_element_to_mods.php 

Put back the MODS

drush islandora_datastream_crud_push_datastreams --user=admin --datastreams_mimetype=application/xml --datastreams_label=MODS --datastreams_source_directory=/home/user/bags_info/files 
Clone this wiki locally