Remove invalid characters
This accelerator replaces invalid characters found in the target.name.systemName
field of RECORD
and CONTAINER
documents. This is useful for ensuring that the target system does not encounter any incompatible characters that would cause issues in the load stage of the migration. 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.
replacementChar
The character that will replace the invalid characters.
invalidChars
The characters that will be replaced by the replacementChar
.
Example: [":", "<", ">", "?", "/", "\\\\", "|"]