Robust import set transformer properties
Properties that define the types of updates that are permitted.
Properties for CI reclassification
To configure properties, navigate to System Import Sets > Administration > Robust Import Set Transformers.
The properties defined in the Robust Import Set Transformers form are at the IRE payload level and apply to all rows for the given import. If you define properties at the individual item level using IntegrationHub ETL, they take priority over properties defined at the IRE payload level. For more details about CI reclassification, see, CI reclassification during IRE processing.
| Name | Value | Description |
|---|---|---|
| ire.input.items.settings.updateWithoutDowngrade | true/false | Valid values: - true: Update the item but don’t permit a downgrade. - false: Update the item and permit a downgrade. Default: false |
| ire.input.items.settings.updateWithoutUpgrade | true/false | Valid values: - true: Update the item but don’t permit an upgrade. - false: Update the item and permit an upgrade. Default: false |
| ire.input.items.settings.updateWithoutSwitch | true/false | Valid values: - true: Update the item but don’t permit class switching. - false: Update the item and permit class switching. Default: false |
| ire.input.items.classDowngrade | true/false | Valid values: - true: Update the CI class to a class that is higher in the class hierarchy, and the newly assigned class is a parent of the current class. - false: Update the item but don’t permit a class downgrade. Default: false |
| ire.input.items.classUpgrade | true/false | Valid values: - true: Update the CI class to a class that is higher in the class hierarchy, and the newly assigned class is a parent of the current class. - false: Update the item but do permit a class downgrade. Default: false |
| ire.input.items.classSwitch | true/false | Valid values: - true: Update the attribute. The newly assigned class is in a different branch in the class hierarchy and has a different set of attributes than the current class. - false: Update the attributes but don’tn’t permit a class switch. Default: false |