Administration > Type and Attribute Management Command-Line Tools > Defining Custom Properties for Enumeration Entries > Creating, Updating, or Deleting a Property Using a Load File
  
Creating, Updating, or Deleting a Property Using a Load File
To process a load file so you can create, update, or delete a property, run the following command from a Windchill shell:
windchill wt.load.LoadFromFile -d <yourFileName> - u <username> -p <password>
-CONT_PATH <container path>
Element
Description
<yourFileName>
The name of your .xml file
<username>
User name of a site administrator
<password>
Password of a site administrator
<container path>
Target container for the data. This element is optional.
For example:
windchill wt.load.LoadFromFile -d CreateCustomProp.xml -u wcadmin -p wcadminpassword
-CONT_PATH /wt.inf.container.OrgContainer=ptcnet/wt.inf.library.WTLibrary=RFA
The load file to create, update, or delete the custom property must be available on the machine where the Windchill server resides.