Skip to content

Import reference

For how import works, see Importing data. For step-by-step instructions, see How to import data.

Supported file formats: .xlsx, .xls, .csv. The maximum file size is 10 MB. When this is violated, the system shows the message “Unsupported file format. Allowed extensions: …” or “File is too large. Maximum size: …”.

The fields are available in the “System field” column on the mapping step. Required fields must be mapped, otherwise you cannot move on to the run.

System fieldRequired
Inventory numberYes
Asset typeYes
NameNo
ManufacturerNo
ModelNo
Serial numberNo
QuantityNo
PriceNo
Residual valueNo
Commissioning dateNo
Date of completion of operationNo
Date of purchaseNo
Warranty expiry dateNo
LocationNo
Employee IDNo
Employee last nameNo
Employee first nameNo
Employee patronymicNo
CommentNo

The inventory number serves as the key for identifying duplicate assets.

System fieldRequired
Employee IDYes
Last NameYes
First NameYes
Middle NameNo
PhoneNo
EmailNo
PositionNo
DepartmentYes

The employee ID serves as the key for identifying duplicate employees.

The strategy is chosen on the Parameters step before the run.

StrategyWhat it does
Skip duplicatesA row whose key already exists in the system is not loaded and is counted as skipped.
Update existingThe existing record is updated with the data from the file. For assets the option is called “Update existing assets”, for employees “Update existing employees”.

Duplicates are identified by inventory number (assets) or by employee ID (employees).

After the run, four counters are shown on the Result step.

CategoryMeaning
ImportedNew records created.
UpdatedExisting records updated (only with the “Update existing” strategy).
SkippedRows skipped — for example, duplicates with the “Skip duplicates” strategy or rows without a required key.
ErrorsRows that could not be processed.

If there are skipped rows or errors, an Import protocol is shown below the counters with the columns Row, Type, Field, and Reason. The type is either “Skipped” or “Error”.

Known skip reasons:

Record typeReason in the protocol
AssetsDuplicate: a record with this inventory number already exists
AssetsAsset type is not specified
EmployeesDuplicate: an employee with this ID already exists
EmployeesEmployee ID is not specified

For rows with the “Error” type, the “Reason” column shows the error text returned while processing the row; the field is not specified in this case.