Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
Attribute Name
| Attribute Description
|
---|---|
sourceProject
| Required. Name of the source project in the export file that contains the objects you want to import. The value is not case sensitive.
|
sourceFolderPath
| Optional. Path of the source folder in the export file that contains the objects you want to import. Use the following format:
"/<folder_name>/<folder_name>"
For example, if a project contains a folder named F1, then the folder path of F1 is "/F1." To consider importing all objects in the project, specify "/." The value is not case sensitive. Default is "/."
|
targetProject
| Required. Name of the project in the target repository into which you want to import objects. The project must exist in the repository before you import the objects. The value is not case sensitive.
|
targetFolderPath
| Optional. Path of the folder in the target repository into which you want to import objects. Use the following format:
"/<folder_name>/<folder_name>"
For example, if a project contains a folder named F1, then the folder path of F1 is "/F1." To import all objects into the target project, specify "/." The folder must exist in the repository before you import the objects. The value is not case sensitive. Default is "/."
|
recursive
| Optional. Indicates whether to import objects from subfolders of the specified folder. Set to true to import from subfolders. Valid values are true and false. The value is case sensitive. Default is true.
|
select
| Optional. Indicates whether infacmd imports all remaining objects in the specified project when you define an objectList element for the folderMap. Set to all to import all remaining objects. For example, the following lines import mappings with a Reuse resolution strategy. The lines import all remaining objects with a Replace resolution strategy:
If you define an objectList element and do not use the select attribute, then infacmd imports objects that satisfy the attributes defined in objectList. For example, the following lines import mappings with a Replace resolution strategy:
If you do not define an objectList element for the folderMap, then the default value is all. For example, the following line imports all objects with a Replace resolution strategy:
Valid value is all.
|
resolution
| Optional. Resolution strategy when a name conflict occurs. Applies to all objects in this folder. Specify one of the following values:
The values are not case sensitive. Default is none.
|
Attribute Name
| Attribute Description
|
---|---|
type
| Required. Type of Model repository object to import to the specified folder path. Valid values include all object types present in the Model repository. You can view the type of the object in the Properties view in the Developer tool. For example, you can enter "Relational Data Object" or "Profile." The value is not case sensitive.
|
select
| Optional. Indicates whether infacmd imports all remaining objects of the specified type when you define an object element for the objectList. Set to all to import all remaining objects. For example, the following lines import MyMapping with a Reuse resolution strategy. The lines import all remaining mappings with a Replace resolution strategy:
If you define an object element and do not use the select attribute, then infacmd imports objects that satisfy the attributes defined in the object element. For example, the following lines import the mapping named MyMapping with a Replace resolution strategy:
If you do not define an object element for the objectList, then the default value is all. For example, the following lines import all mappings with a Replace resolution strategy:
Valid value is all.
|
resolution
| Optional. Resolution strategy when a name conflict occurs. Applies to all objects of the specified type. Specify one of the following values:
The values are not case sensitive. Default is none.
|
Attribute Name
| Attribute Description
|
---|---|
name
| Required. Name of a specific object to import of the specified object type. The value is not case sensitive.
|
resolution
| Optional. Resolution strategy when a name conflict occurs for this object. Specify one of the following values:
The values are not case sensitive. Default is none.
|
renameTo
| Optional. Name to use when the conflict resolution strategy is Rename. If you do not specify a name, then infacmd generates a name by appending a number to the end of the name. Infacmd ignores the value if there are no conflicts or if the conflict resolution strategy is not Rename.
|
renameIdTo
| Optional. ID string to use when you import a connection object and the conflict resolution strategy is Rename. If you do not specify a connection ID, then infacmd generates an ID by appending a number to the end of the connection ID. Infacmd ignores the value if there are no conflicts or if the conflict resolution strategy is not Rename.
|
Attribute Name
| Attribute Description
|
---|---|
source
| Required. Name of a source connection in the file that you are importing. The value is not case sensitive.
|
target
| Required. Name of a connection in the target Model repository to map to the source connection. By default, the connection must exist in the target repository before you import the objects. If the connection does not exist, the import fails. When you run infacmd, you can choose to skip target connection validation during the import. When you skip target connection validation, the import succeeds if a connection does not exist in the target repository. The value is not case sensitive.
|