Adding extra material from /nzdl-storage/other-projects/pei-jones/JOnes_Collection Am just copying .item files, OCR/.txt files, tif/.tif files. (not jpg/.jpg files, or OCR/.html files) Have done 3B*, 3C*, 3D* Copied into import. Ran sed to convert metadata to pj.metadata. find . -name "*.item" -exec sed -i 's//<pj.Title>/g' {} \; find . -name "*.item" -exec sed -i 's/<Provenance>/<pj.Provenance>/g' {} \; find . -name "*.item" -exec sed -i 's/<Year>/<pj.Year>/g' {} \ find . -name "*.item" -exec sed -i 's/<Location>/<pj.Location>/g' {} \; find . -name "*.item" -exec sed -i 's/<Media>/<pj.Document-Type>/g' {} \; find . -name "*.item" -exec sed -i 's/<Notes>/<pj.Notes>/g' {} \; Ran import.pl -keepold to add new documents to archives. buildcol.pl -site pei-jones written-works mv building index and re configure message router (or restart server) NOTE!! pj.metadata from item file gets added as ex.pj.metadata into archives. For the docs mentioned above, I have run sed on the archives to remove the ex. But we need to modify the plugin process to not add the metadata as ex.pj. Actually, maybe the new plugin can take eg Location from the item file and store it as pj.Location directly.