Enhancement
Detail
#28975
MigrationProcessor to convert a Flex attribute into a row attribute
There is a MigrationProcessor to convert a row attribute into a Flex attribute.
There should be a corresponding processor to convert a flex attribute into a row attribute.
Implementation
The "make-column-attribute" processor is used to write the data from a flex attribute to a line attribute.
Example
<make-column-attribute table="DemoTypes" type="DemoTypes:DemoA" attribute="notes" />
transfers values for the "notes" attribute for objects of type "DemoTypes:DemoA" from the Flex table to the "notes" column in the "DemoTypes" table.