Common Content for Data Engineering
- Common Content for Data Engineering 10.5.4
- All Products
Element Name
| Description
|
---|---|
project
| Defines a project in the Model repository. Use a project element to locate a folder, mapping, or workflow that resides in the project.
|
folder
| Defines a folder within a project. Use a folder element if objects are organized in multiple folders within the project. A folder element can contain a mapping or a workflow element, or another folder element.
|
mapping
| Defines a mapping in the application that uses parameters. A mapping element contains one or more parameter elements that define parameter values for the mapping or for any non-reusable transformation, mapplet, or data object in the mapping that accepts parameters.
You can specify the same mapping in different application elements to use different parameters depending on which application runs.
|
<application name="MyApp"> <mapping name="MyMapping"> <project name="MyProject"> <mapping name="MyMapping"> <parameter name ="MyMapping_Param">Param_value</parameter> </mapping> </project> </mapping> </application>