Enterprise Administration > Windchill Data Loading > Loading Product Objects and Parts: Windchill PDMLink Example > Creating Organizations
  
Creating Organizations
Following is a sample command:
windchill wt.load.LoadFromFile -d organization.xml -u wcadmin -p
wcadmin -CONT_PATH/
Loading Organization Containers
When you load an organization container, you can set the following additional properties:
OrganizationAddress(org.setLocation(organizationAddress)
ConferencingID(org.setConferencingIdentifier)
* 
These are not required. Existing loadfiles will work properly.
Example
This example is a loadfile to load organizations. The additional organization properties are included.
<csvOrgContainer handler="wt.inf.container.LoadContainer.createOrgContainer>
<csvcontainerName>Demo Organization</csvcontainerName>
<csvcontainerTemplateRef>Demo Template<csvcontainerTemplateRef>
<csvbusinessNamespace>true</cvsbusinessNamesspace>
<csvsharingEnabled>true</csvsharingEnabled>
<csvcreator></csvcreator>
<csvowner></csvowner>
<csvsubscriber>true</subscriber>
<csvconferencingURL></csvconferencingURL>
<csvdescription>DemoOrganization</csvdescription>
<csvinternetDomain></csvinternetDomain>
<csvOrganizationAddress>123 Demo Drive</csvOrganizationAddress>
<csvconferencingID>12345</csvconferencingID>
</csvOrgContainer>
Tag Descriptions
<csvcontainerName>—The name of the organization.
<csvcontainerTemplateRef>—The name of the organization template to use for creation of the container.
<csvbusinessNamespace>—Specifies whether or not the container is a business namespace. Containers that are namespaces constrain the identity of the objects in the container.
<csvsharingEnabled>—Specifies whether objects in the container can be shared.
<csvcreator>—The name of the user to assign as the creator of the container.
<csvowner>—The name of the user to assign as the owner of the container.
<csvsubscriber>—Indicates whether or not the organization can host projects, products, and libraries.
<csvconferencingURL>—The conferencing URL for the organization container.
<csvdescription>—The description of the organization container.
<csvinternetDomain>—The internet domain of the organization container.