Enterprise Administration > Windchill Data Loading > Introduction to Data Loading and the LoadFromFile Framework > Existing Load Methods > More About wt.org.LoadUserPicture.update
  
More About wt.org.LoadUserPicture.update
To bulk load and associate pictures to the profiles of existing users, here is an example of the content of the XML file you use to perform the load:
<?xml version="1.0"?>
<!DOCTYPE NmLoader SYSTEM "standardX20.dtd">


<NmLoader>
<csvUserPicture handler="wt.org.LoadUserPicture.update">
<csvuserName>User1</csvuserName>
<csvpath>c:\User1.jpeg</csvpath>
</csvUserPicture>
<csvUserPicture handler="wt.org.LoadUserPicture.update">
<csvuserName>User2</csvuserName>
<csvpath>c:\User1.jpeg</csvpath>
</csvUserPicture>
</NmLoader>
* 
These users must already exist in the system. If a picture was previously associated with a user's profile, the system removes the old picture and creates a new one.
To simplify the load file preparation, use the wt.org.UserPictureLoaderXmlGenUtility command-line utility. This utility generates a default load file with placeholder picture filenames for all active users in the system. You can then modify the placeholder values to specify the correct filenames and load the picture data.