You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Adds an extended property to an attribute.
REPLACE WITH THIS IMAGE: Images/Model Conversions/Add Attribute Extended Property.png

Label

Description

Match for attribute

Select the criteria for finding the matching attribute 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%, %table_label% and %column%.
  • The following variables are available when Use template is checked:
    • table: The table object for the entity of the matched attribute.
    • transformationColumn: The column object for the matched attribute.

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 exists, the model conversion stops and prior changes are rolled back.

    Note

    This is only available for certain rules.

  • No labels