Skip to main content
Version: Latest (4.60.0)

Transformation (1a. Multiple Parents)

In some systems, such as Documentum, one RECORD can exist in multiple locations. If the target system does not support this, this flow can be used to split up records with multiple parents into individual records. The original record will remain at the location specified in source.parentIds[0] and migration.flags.originalParentIds will contain the original value of source.parentIds. For the other locations a RECORD is created with source.link referencing the original record.

Settings

mongoConnection

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

mongoConnectionTarget

The Mongo connection string including the database name to connect to containing the exported target system objects.