Import Properties

Import properties from a file to IBM® UrbanCode Deploy.
Table 1. Input properties for the Import Properties step
Name Type Description Required
Properties File String The name of the properties file to import. Yes
Component Name String The name of the component to import properties to. Yes
Delete Extra Properties Boolean When selected, any current properties that are not listed in the imported property files are deleted. No
Template File String The name of the configuration template to create or update. The template file contains properties and property references. To learn more about configuration templates, see Creating configuration templates. Yes

Example

Import a property file that contains the following information:
propertyA=valueA
propertyB=valueB
propertyC=valueC
The template file that is created by the Import Properties step then contains the following information:
propertyA=@propertyA@
propertyB=@propertyB@
propertyC=@propertyC@

Feedback