...
| Code Block |
|---|
<importArchiveModule xsi:schemaLocation="http://www.wldelft.nl/fews httphttps://fewsfewsdocs.wldelftdeltares.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> |
...
Below an example of how the files which define which datasets should be imported should look like.
| Code Block |
|---|
<?xml version="1.0" encoding="UTF-8"?>
<dataSets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.wldelft.nl/fews/archive" xsi:schemaLocation="http://www.wldelft.nl/fews/archive http://fews.wldelft.nl/schemas//version1.0/archive-schemas/dataImport.xsd">
<dataSet>dataSet1\metaData.xml</dataSet>
<dataSet>dataSet2\metaData.xml</dataSet>
</dataSets> |
...