order of configuration is:
1.) project name and step name matches
2.) step name matches and project is *
3.) project name matches and step name is *
4.) project name and step name are *
<!-- which projects to use for (can be more then one, otherwise use *) -->
<!-- folder where to import images from -->
<importFolder>/opt/digiverso/import/kiel/</importFolder>
<!-- METS field which contains the map ID that can be used to automatically find the images for the process -->
<fieldForImagePrefix>UnitID</fieldForImagePrefix>
<!-- Name of workflow steps which shall be deactivated if image files were found -->
<stepToSkipIfImagesAvailable>Bilder einspielen</stepToSkipIfImagesAvailable>
<!-- METS field that contains width, length and scale to be splitted into individual fields -->
<size field="SizeSourcePrint"/>
<!-- METS fields to create from splitted size field and terms to use for splitting the size field (used as "startsWith") -->
<sizeWidth field="MapWidth" term="Breite"/>
<sizeLength field="MapLength" term="Länge"/>
<sizeScale field="MapScale" term="Maßstab"/>