{% extends 'base_software.html' %} {% from 'host/common.html' import edit_field %} {% block head %} {% endblock %} {% block main %}

Import Inventory

If the import data does not contain notes, the notes entered below will be used.

{{ edit_field(form.general_notes, field_width="col-sm-12", spellcheck="false", rows="10", class="form-control") }}
Import Instructions
  • Paste the import data onto the text window below.
  • The first data line must be a header line.
  • The data fields must be comma delimited.
  • If a data field does not contain any value, leave it blank.
  • The serial number data field cannot be blank.
  • For data with duplicate serial numbers, only the first data entry will be imported, the rest will be ignored.
  • The notes data field must be double-quoted, if not blank.
  • Acceptable header fields are serial_number, model_name, and notes.
  • Mandatory header field is serial_number.

serial_number,model_name,notes <- header (model_name and notes are optional)
FOC162980AA,, <- leave blank for empty field(s)
FOT1981P81A,A9K-RSP440-SE,"spare RSP"
{{ edit_field(form.data_list, field_width="col-sm-12", spellcheck="false", rows="10", class="form-control") }}
{% endblock %}