Import with hash of images

Versions before 5.1.1 will add a hash key at XML imports and no hash keys for XSLX and manual imports. From version 5.1.1 a setting exist, which will control if hash key is added in XML, XLSX and manual imports.

Overview

An hash key can be added to images at import. This hash key is calculated from the actual image file and will be unique for each image file which is not exactly the same. Prior to version 5.1.1 hash key is automatically added at XML import, but at no other imports.

From version 5.1.1 it is possible to configure if Signifikant adds a hash key. Hash key will then be added to image files at XML import, XLSX import and manual imports. By default, no hash key will be added.

Configuration

Configuration is added in server.config located in C:\ProgramData\Signifikant\Assert\

<?xml version="1.0" encoding="utf-8"?> <ServerConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- Configure to add hash. Default value is false. --> <AddHashToImageFilesEnabled>true</AddHashToImageFilesEnabled> </ServerConfiguration>