Verbesserung
Detail
#28975
MigrationProcessor um ein Flex-Attribut in ein Zeilen-Attribute umzuwandeln
Es gibt einen MigrationProcessor um ein Zeilen-Attribut in ein Flex-Attribut umzuwandeln.
Es soll einen korrespondierenden Prozessor geben um ein Flex-Attribut in ein Zeilenattribut umzuwandeln.
Umsetzung
Mit dem Prozessor "make-column-attribute" werden die Daten aus einem Flex-Attribut in ein Zeilenattribut geschrieben.
Bsp
<make-column-attribute
table="DemoTypes"
type="DemoTypes:DemoA"
attribute="notes"
/>
überträgt Werte für das Attribut "notes" für Objekte vom Typ "DemoTypes:DemoA" aus der Flex-Tabelle in die Spalte "notes" in der Tabelle "DemoTypes".