![]() |
To import multiple worktops from a .CSV file, you must have a .CSV file that contains information for each worktop in the following format: worktop_name, ip_address, hostname, secondary_device_id, primary_device_id where:
worktop_name: This field must be numeric and should not be assigned to an existing worktop. This field cannot be null.
ip_address: This field can be either null or a properly formatted IP address.
hostname: This field can be either null or a resolvable hostname.
secondary_device_id: This field should contain one of the following values:
ANY
NONE: This field cannot be null.
primary_device_id: The value of this field must be equal to the “device_id” of an existing device. This field cannot be null.