Exporting System Contacts to a CSV File
Bulk Administration Manager allows you to export information about system contacts from Cisco Unity Connection to a CSV file, by using either a wizard or a command line interface.
See the applicable section, depending on the method you plan to use to do the export:
Using the Wizard to Export System Contacts to a CSV File
To Use the Wizard to Export System Contacts to a CSV File
- If you do not already have Tools Depot open, click the Cisco Unity Tools Depot icon on the desktop, and Expand Administration Tools.
- Double-click Bulk Administration Manager.
- On the Cisco Unity Connection Bulk Administration Manager Welcome page, click Next.
- On the Select Operation screen, click Export.
- Click System Contacts, and click Next.
- In the Output File field, enter the full path to the applicable file.
- Click Next.
- On the Select Criteria to Use for Exporting screen, specify the criteria for objects to include:
To view the data that will be exported, click Preview. To make changes, click Back.- Click Next to begin the export. The Summary page displays the results when the operation has completed.
To view the export CSV file, click View Export Objects File.- Click Finish.
Using the Command Line Interface to Export System Contacts to a CSV File
The command to export information about system contacts from Cisco Unity Connection to a CSV file is
BulkAdministrationManager /Export /SystemContacts /Output:"<Full path to the .csv output file>" [/Criteria: <Criteria>]
If the optional Criteria argument is not used, the Bulk Administration Manager exports all of the records of system contacts to the output file. Otherwise, the criteria argument is used to select only the applicable records to include, as described in the following table:
When the following command is run, Bulk Administration Manager exports system contacts that are within the extension range 3000 through 5000 to the CSV file exportsubscribers.csv.
BulkAdministrationManager /export /systemcontacts /output:"c:\program files\csv\exportsystemcontacts.csv" /criteria:ExtRange;3000;5000Also note that the command line arguments are not case sensitive, and that the order of the options is unimportant.