Skip to main content
Version: 4.53.0

Deduplicate names

This accelerator deduplicates the target.name.systemName for RECORD and CONTAINER documents within each container. It does this by adding a underscore with a number at the end of the name. This ensures that all transformed hierarchies are unique. The flow does update the target.hierarchies of the object, but not for its children.

Settings

mongoConnection

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

uniqueNameContainersAndRecords

When set to true, both RECORD and CONTAINER names will be deduplicated when they are in the same container. When set to false, a RECORD and CONTAINER may have the same name in their container. Can either be true or false.