Data Integration
- Data Integration
- All Products
Heading
| Description
|
---|---|
#USE_SECTIONS
| Tells
Data Integration that the parameter file contains asset-specific parameters. Use this heading as the first line of a parameter file that contains sections. Otherwise
Data Integration reads only the first global section and ignores all other sections.
|
[Global]
| Defines parameters for all projects, folders, tasks,
taskflows, and linear taskflows .
|
[project name].[folder name].[taskflow name]
-or-
[project name].[taskflow name]
| Defines parameters for tasks in the named taskflow only.
If a parameter is defined in a taskflow section and in a global section, the value in the taskflow section overrides the global value.
|
[project name].[folder name].[linear taskflow name]
-or-
[project name].[linear taskflow name]
| Defines parameters for tasks in the named linear taskflow only.
If a parameter is defined in a linear taskflow section and in a global section, the value in the linear taskflow section overrides the global value.
|
[project name].[folder name].[task name]
-or-
[project name].[task name]
| Defines parameters for the named task only.
If a parameter is defined in a task section and in a global section, the value in the task section overrides the global value.
If a parameter is defined in a task section and in a taskflow or linear taskflow section and the taskflow uses the task, the value in the task section overrides the value in the taskflow section.
|
$$<parameter>=value $$<parameter2>=value2
$$SalesQuota=1000 $$Region=NW