Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Splits each matched entity into two, moving the matched attributes to the new entity. The new entity has a relationship to the original it has an attribute with the PK property set.
Image RemovedImage Added

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.

Split Method

Select the method for splitting the matched entity:

  • Combined: Creates a single entity using the matched attributes.
  • Individual: Creates an entity for each matched attribute.

Generated entity name

The template used for renaming the created entity.

Note
titleNote

The following variables are available:

  • table: The table object for the matched entity.
  • column: The column object of the first matched attribute.
  • matchedColumns: A list of column objects of the matched attributes.

Duplicate

The action taken when a 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 property.

Generated entity label

Resolves the label for the created entity:

  • Copy label: Copy the original entity's label to the created entity.
  • Do not copy label: The created entity will not have a label.

Rename attribute

The template used for renaming the matched attribute. The table object for the matched entity.

Note
titleNote

The following variables are available:

  • table: The table object for the matched entity.
  • column: The column object of the first matched attribute.

PK source mapping

Select the action for handling the source mapping on the copied PK attributes:

  • Remove: Remove the source mapping on the copied PK attribute.
  • Use original: Copy the source mapping from the original PK attribute.

Copy PK attribute type

Indicates whether the PK attribute's type is copied to the created entity.

Copy PK data transformation

Indicates whether the PK attribute's data transformation is copied to the created entity.

Assign to generated entities

Assigns an entity type(s) to the created entity.