Adds an extended property to an attribute.

Label

Description

Match for Entity

Select the criteria for finding the matching entities from the drop-down list. Refer to Model Conversion Matching Criteria for details.

Property name

The name of the extended property.

Use template

Indicates if the property value field should be interpreted by the template engine.

Property value

The extended property value.

Note

  • Can use the variables %schema%, %table%, and %table_label%.
  • The following variable is available when Use template is selected:
    • table: The table object for the matched entity.
 

Property type

The extended property type.

Duplicate

The action to occur when an property already exists.

  • Ignore: Do not create the property and continue.
  • Rename: Rename the property with a _{n} suffix.
  • Overwrite : Delete the existing property and create the new attribute. 

    Note

    This is only available for certain rules.

  • Fail: If duplicate entities exist, the model conversion stops, and prior changes are rolled back.

    Note

    This is only available for certain rules.


  • No labels