The path normalization process can be overridden by providing a new implementation for the exposed TM path normalization service. This SDK supported component allows you to provide your own path normalization implementation. See the SDK documentation for details on the TM services component (WSTmServicesComponent).
Note: Note that path normalization implementations need to be reentrant or repeatable. The path normalization process is called when entries are stored to the TM, which happens during an update TM operation and a TM import operation. Running during the normal translation process is safe as it always starts with the asset AIS path. However, TM entries that are exported may or may not already have the normalized AIS path. As a result, the process will run when importing TMX files as well. This is why the process should be reentrant.