Skip to content

Fetcher manipulator: CdmNoParent

Mark Jordan edited this page Jun 23, 2017 · 3 revisions

Overview

Fetcher manipulator to include only CONTENTdm objects in a fetch that have no parent and are not compound objects.

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[] = "CdmNoParent"

Parameters

This manipulator does not take any parameters.

Functionality

The CONTENTdm compound object toolchain will create ingest packages for children of compound objects. For collections that contain both compound and non-compound objects, this fetcher manipulator we allows you to fetch only those objects that are not compound objects. In other words, it only includes objects that do not have a parent and that are not compound.

Clone this wiki locally