Common Content for Data Engineering
- Common Content for Data Engineering 10.2.2
- All Products
Element
| Attribute Name
| Attribute Description
|
---|---|---|
objectList
| type
| Required. Type of domain object that you want to import. Specify one of the following values:
The value is not case sensitive.
|
objectList
| 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 Group1 with a Reuse resolution strategy. The lines import all remaining groups with a Merge 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 Group1 with a Merge resolution strategy:
If you do not define an object element for the objectList, then the default value of the select attribute is all. For example, the following line imports all groups with a Merge resolution strategy:
Valid value is all.
|
objectList
| 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.
|
object
| name
| Required. Name of a specific object to import of the specified object type. The value is not case sensitive.
|
object
| resolution
| Optional. Resolution strategy when a name conflict occurs for this object. Specify one of the following values:
The values are not case sensitive.
|
object
| 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.
|
object
| 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.
|