How to update a part master attribute by utilizing loadFromFile utility?
Version: Windchill 13.0
Use Case: I have to do a mass update of the "Default Trace Code" attribut that is located on the Part Master.
Description:
typically use the LodFromFile utility to update attributes on WTParts and WTDocuments. To do this, I first create a CSV file following the format outlined in [Windchill_Home]/loadFiles/csvmapfile.txt. I then convert the CSV file into an XML file using the csv2xml utility.
Currently, I need to update the "Default Trace Code" attribute across multiple parts. However, I haven't found any documentation or guidance on how to create a suitable loader for Part Master attributes.

