Skip to main content
Version: Latest (4.60.0)

Transformation (1c. Exclude Content)

After setting the scope of the migration, additional rules for excluding content are configured here. As an example, this flow excludes configured content types as well as folders and their children based on configured identifiers.

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

excludedContentTypes

A list of content types (source.contentType.systemName) that are to be excluded from the migration.

Example: ["Financial Document", "HR Document"]

excludedIds

A list of identifiers (source.id) that are to be excluded from the migration. When the identifier references a CONTAINER, that object and all its children will be excluded.

Example: ["0b0007c280006115", "090007c28000a762"]

excludeACLs

When set to true all ACL objects will be excluded from the migration and target.acls will be removed from all CONTAINER and RECORD objects. By default, the value is set to false.

excludeRecordsWithoutBinary

When set to true RECORD objects that do no have an associated BINARY will be excluded from the migration. By default, the value is set to false.

excludeRecordsWithEmptyBinary

When set to true RECORD objects that have a zero-byte BINARY will be excluded from the migration. By default, the value is set to false.