Hi ,
I have an excel sheet with legacy (WTDocument) data and want to load into windchill. The data is WTDocument data nad it have some custom attributes.
So to do this which is better way.
1. Modify dtd files and write a custom code to handle attributes and use LoadFrom File utility.
2. Write a object creation class and assign values to the objects by reading from excel sheet.
Suggest me the best way to do this and the reason behind that.
Thank You,