Utilizing Transformation
Copy
If any update is required in the configuration file, a file with an identical name should be created within the TransformationsOfConfigFiles directory using the relative path of the file.
Idempotance isn’t provided out-of-the-box; utilization of specific Transformation actions is required.
In the XDT framework, these operations are signified by the suffix IfMissing (such as InsertIfMissing). Conversely, in JDT, the Merge action is the most suitable for this purpose. Therefore, it’s up to the developer to ensure their Transformations are idempotent.