Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is possible to schedule a workflow which imports data from the archive based on a list of data sets which is provided in a file. Below an example of the configuration of such a fileworkflow.

Code Block
<importArchiveModule xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/importArchiveModule.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
					 xmlns="http://www.wldelft.nl/fews">
	<importRequestedDataSets>
		<importFolder>$IMPORT_FOLDER$</importFolder>
		<dataFolderArchive>$ARCHIVE_DOWNLOAD_FOLDER$</dataFolderArchive>
	</importRequestedDataSets>
</importArchiveModule>

...

The importFolder tag should contain the file define the directory which contains the files which define which datasets should be imported. The import folder is by default always the subfolder dataImport of the root of the archive.

...

The dataFolderArchive tag defines the location of the root of the data folder of the archive. 

Below an example of how the files which define which datasets should be imported should look like.

...