udts_v1.json (17.4 KB)
udts_v2.json (17.9 KB)
Hey all,
I am trying to track the changes to my UDTs through source control. However, I'm having a hard time trying to understand the distinct changes from one export to another, because whenever I import a UDT file, make changes, then export a UDT file with those changes, the ordering of the contents seems to change every time.
I've attached two files as an example: _v1 is my original UDT file which I imported, and _v2 is my new UDT export after making the changes that I needed to make (I basically just added a brand new UDT, and added a new tag to another existing UDT). If I run these two files though a diff checker, I get something like this as an output:
This basically makes it impossible to properly track changes to UDTs through source control, and makes it very difficult to know specifically what changed from one file to another, unless you take the time to manually go through each file line by line to verify what the changes are.
Is there a way to make it so then the exports are generally sorted the same each time? Or if not, does anyone know if there are plans to improve this in the future?
Thank you in advance!
Adam