Archiving of XML import files

If you want to prevent XML import files already imported from being imported again next time, you can specify that the imported files will be renamed or moved to a different directory.

The option of archiving import files is configured using the archive XML element in the data source file used:

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE datasource SYSTEM "datasource.dtd">

<datasource name="Events" type="EVENT">

...

<archive>

<directory>...</directory>

<prefix>...</prefix>

</archive>

</datasource>

XML element

Description

directory

Specifies the directory to which the imported XML import files will be moved. Any directories in the specified path that do not yet exist will be created automatically.

prefix

Specifies the prefix given to the name of the imported XML import files.

If you specify both XML attributes, evaluation of the directory attribute is given priority and the prefix attribute is ignored.