I am trying to migrate data from the Geometric Network to the Utility Network using the Esri data loading tools. I'm currently stumped with the best way to migrate attachments.
The original attachment relationship class users a objectID /rel_object ID relationship class.

The target UN model uses a globalID / rel_globalID method.

I realize this will most likely need to be a separate post (or pre) processing step but I just can't get my head around it. If post I need to somehow get the global ID to propagate out between the feature class and the table but since that global ID will be new upon load that makes it more difficult. I also don't want to use the append method as I need the flexibility of the data loading tools
Any advice would be greatly appreciated.