Utilizing Transformation
If any update is required in configuration file, a file with an identical name should be created within the "TransformationsOfConfigFiles" directory, using relative path of 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.
