Skip to content

Fetcher manipulator: CdmSingleFileByExtension

Mark Jordan edited this page Mar 10, 2017 · 3 revisions

Overview

Fetcher manipulator to include only single-file (i.e., non-compound) CONTENTdm objects that have specific file extensions.

Toolchains

Can be used with CONTENTdm toolchains.

Configuration

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"

Parameters

This manipulator takes a list of file extensions, without the leading peroids and separated by a comma (,).

Functionality

The CONTENTdm compound object toolchain will create ingest packages for single-file objects whose filenames in CONTENTdm end in the specified extensions.

Clone this wiki locally