Data Transformation
Background Information
Data transformation is the process of converting data from one format into another format.
Available Tools
InterSystems provides a rich set of tools that you can use to transform data. In addition, it offers the following specific item:
Ensemble provides a kind of class called a data transformation; it defines a set of rules for creating a new Ensemble message or modifying an existing Ensemble message. There are two general kinds of data transformations:
-
Ones based on Ens.DataTransformDTLOpens in a new tab
These use the Ensemble Data Transformation Language (DTL). You can create these data transformations graphically in the Management Portal. Later you can modify them there or in Studio. For details, see Developing DTL Transformations.
-
Ones based on Ens.DataTransformOpens in a new tab
These do not use DTL and can be edited only in Studio.
Availability: All Ensemble-enabled namespaces.