Loadproperties
Loads all of the properties from a regular Java Properties file
Required Attributes
uri
Specifies the location where the properties file can be found.
Optional Attributes
overwrite
Defaults to false, and this defines if the properties being loaded from this external file are to overwrite existing values of any property or not.
Usage Examples
Example #1
<local>
   
<createstorage id="INPUT" path="${dtf.xml.path}/input" />
   
<loadproperties uri="storage://INPUT/ut.properties" />
</local>
Example #2
<local>
   
<createstorage id="INPUT" path="${dtf.xml.path}/input" />
   
<loadproperties encoding="UTF-16" uri="storage://INPUT/ut.properties" />
</local>