Device import by .xls / .xlsx file

<< Click to Display Table of Contents >>

Raynet One > 1.1 > User Guide > Technical overview > Manual import by file > Manual device import 

Device import by .xls / .xlsx file

Table format

In the first row, there should be column names: Hostname, Address and Domain. The rows below the first row represent devices. The cells below in-line with the column name cells contain device properties.

 

Alternatively to the single-word column names, a column name cell can contain the following combinations:

Hostname,Address

Address,Hostname

 

In this case, the device is described in a single cell. The content of the single cell is split by the separator found inside of the column name.

 

Furthermore, the column name can be a tuple of the three single word column names, separated by either , or ; . For example:

Hostname,Address,Domain

Domain,Hostname,Address

Hostname;Domain;Address

 

This case works the same as the previous one. Only the first two tuple values of the split device details cell are respected, the third and further ones being ignored.

 

clip0167