Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
Attribute Name
| Attribute Description
|
---|---|
path
| Optional. Path of the folder that contains the objects you want to export. 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 export all objects in the project, specify "/." The value is not case sensitive. Default is "/."
|
recursive
| Optional. Indicates whether to export objects from subfolders of the specified folder. Set to true to export from subfolders. Valid values are true and false. The value is case sensitive. Default is true.
|
select
| Optional. Indicates whether infacmd exports all remaining objects in the specified folder when you define an objectList element for the folder. Set to all to export all remaining objects. For example, the following lines export mappings that were created by user1. The lines export all remaining objects in the specified folder:
If you define an objectList element and do not use the select attribute, then infacmd exports objects that satisfy the attributes defined in objectList. For example, the following lines export mappings that were created by user1 in the specified folder:
If you do not define an objectList element for the folder, then the default value of the select attribute is all. For example, the following line exports all objects in the specified folder:
Valid value is all.
|
createdBy
| Optional. User name. Exports objects created by this user. The value is not case sensitive.
|
createdBefore
| Optional. Date and time. Exports objects created before this date and time. Enter the date and time in the following format:
|
createdAfter
| Optional. Date and time. Exports objects created after this date and time. Enter the date and time in the following format:
|
lastUpdatedBefore
| Optional. Date and time. Exports objects updated before this date and time. Enter the date and time in the following format:
|
lastUpdatedAfter
| Optional. Date and time. Exports objects updated after this date and time. Enter the date and time in the following format:
|
lastUpdatedBy
| Optional. User name. Exports objects that were last updated by this user. The value is not case sensitive.
|
Attribute Name
| Attribute Description
|
---|---|
type
| Required. Type of Model repository object to export from 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.
|
createdBy
| Optional. User name. Exports objects of the specified type created by this user. The value is not case sensitive.
|
createdBefore
| Optional. Date and time. Exports objects of the specified type created before this date and time. Enter the date and time in the following format:
|
createdAfter
| Optional. Date and time. Exports objects of the specified type created after this date and time. Enter the date and time in the following format:
|
lastUpdatedBefore
| Optional. Date and time. Exports objects of the specified type updated before this date and time. Enter the date and time in the following format:
|
lastUpdatedAfter
| Optional. Date and time. Exports objects of the specified type updated after this date and time. Enter the date and time in the following format:
|
lastUpdatedBy
| Optional. User name. Exports objects of the specified type that were last updated by this user. The value is not case sensitive.
|
Attribute Name
| Attribute Description
|
---|---|
name
| Required. Name of the object to export. If the containing objectList element includes a user or time attribute, infacmd exports objects that match both the specified object name and the user or time filter. The value is case sensitive.
|