Administration > Type and Attribute Management Command-Line Tools > Exporting and Importing Type Information > Importing Types and Global Enumerations > Importing Attribute Group Visibility Rules
  
Importing Attribute Group Visibility Rules
To import attribute group visibility rules (AGVRs), run the following command from within a Windchill shell:
windchill com.lcs.wc.load.LoadAGAR -f <filename> -d <delimiter> -u <userID> –p <password> -m <mapfile>
where <filename> is the name or path of the file to import, <delimiter> is the delimiter to separate values, <userID> and <password> are the user name and password of a site administrator, and <mapfile> is the map file or path. For example:
windchill com.lcs.wc.load.LoadAGAR -f all.csv -d , -u wcadmin –p wcadmin -m lcsmapfile.txt
The default map file is lcsmapfile.txt. If you specify a file for either the <filename> or <mapfile>, then the tool looks for the file in <Windchill>\loadFiles\lcsLoadFiles. If you specify a full path or relative path, the tool looks for the files in the specified location.