-
Notifications
You must be signed in to change notification settings - Fork 10
Fetcher manipulator: CdmSingleFileByExtension
Fetcher manipulator to include only single-file (i.e., non-compound) CONTENTdm objects that have specific file extensions.
Can be used with CONTENTdm toolchains.
To register this manipulator in your toolchain, add the following line to the "[MANIPULATORS]" section of your .ini file, for example:
fetchermanipulators[] = "CdmSingleFileByExtension|ext1,ext2"
For example, if you wanted to fetch all the JP2 and TIFF objects from a collection CONTENTdm, you would use the following manipulator entry:
fetchermanipulators[] = "CdmSingleFileByExtension|jp2,tif"
This manipulator takes a list of file extensions, without the leading peroids and separated by a comma (,
).
The CONTENTdm compound object toolchain will create ingest packages for single-file objects whose filenames in CONTENTdm end in the specified extensions.
Content on the Move to Islandora Kit wiki is licensed under a Creative Commons Attribution 4.0 International License.