Actions

Difference between revisions of "Import Users and Stations from .csv file"

From Zenitel Wiki

(Created page with "{{NotReleased}} New function for importing data from a .csv file The .csv file must use ";" (semicolon) as field delimiter. The first line in the file must have data, do not use...")
 
m
Line 1: Line 1:
 
{{NotReleased}}
 
{{NotReleased}}
  
New function for importing data from a .csv file
+
New function for importing data from a .csv file<br>
 
The .csv file must use ";" (semicolon) as field delimiter. The first line in the file must have data, do not use it for header information (list of field names).<br>
 
The .csv file must use ";" (semicolon) as field delimiter. The first line in the file must have data, do not use it for header information (list of field names).<br>
 
The .csv data is imported into the currently selected Node. '''NOTE:''' All groups are 'emptied' before the Import function starts.
 
The .csv data is imported into the currently selected Node. '''NOTE:''' All groups are 'emptied' before the Import function starts.

Revision as of 13:08, 3 February 2011

This AlphaCom feature is under development and is not yet released!

New function for importing data from a .csv file
The .csv file must use ";" (semicolon) as field delimiter. The first line in the file must have data, do not use it for header information (list of field names).
The .csv data is imported into the currently selected Node. NOTE: All groups are 'emptied' before the Import function starts.

File format:

<directory number>;<physical number>;<group>;<group access level>;<cos>;<display text>

The Group Access Level Column can have these values: 0=Low, 1=Medium, 2=High

Example:
101;1;1;2;16;TEST-TELEPHONE
102;2;1;2;4;Wheelhouse
103;3;1;2;4;Wheelhouse
104;4;1;0;1;Station 4
..
etc.