A parameter file
contains a list of parameters and their assigned values. If you want to use the parameter
file for multiple assets, include sections for each asset. If the parameter file doesn't
contain sections,
Data Integration
applies the
values to all assets that reference the file.
When you enter a parameter value, precede the parameter name with two dollar signs, as follows:
$$<parameter>
Define parameter values as follows:
$$<parameter>=value
$$<parameter2>=value2
For example, you have the parameters SalesQuota and Region. In the parameter file, you define each parameter in the following format:
$$SalesQuota=1000
$$Region=NW
The parameter value includes any characters after the equals sign (=), including leading or trailing spaces. Parameter values are treated as String values.