Skip to main content
Version: 2023.3

Data Target

Data target definition assigns the result of the transformation pipeline to a data object field. The available data object fields for assignment depend on the transformation result of the transformation pipeline.

Three different data target types are available:

Direct

Assign data directly to fields defined directly in the data object class, object bricks or localized fields. The naming schema for Object brick fields is <OBJECT_BRICK_FIELD>.<OBJECT_BRICK_TYPE>.<ATTRIBUTE>.

Data Target DirectData Target DirectData Target Direct

The availability of target fields depends on the settings and the result type of the transformation pipeline.

Classification Store

Assign data to specific keys in a classification store.

Data Target Classification StoreData Target Classification StoreData Target Classification Store

The availability of target fields depends on the settings and the result type of the transformation pipeline.

Classification Store Batch

Assign multiple classification store attributes with one mapping. For this to work, the transformation result has to be an array with <GROUP_ID>-<KEY_ID> as keys, and values as array values.

Data Target Classification StoreData Target Classification StoreData Target Classification Store

For more details and examples see Classification Store Batch Details.