Creating a Data Transformation
Learn how to create and test a data transformation in InterSystems IRIS® data platform using the data transformation language (DTL) editor. The DTL editor's graphical user interface allows nontechnical users to create data transformations without writing code. Transformations can be used to change the format and content of incoming data from one system to meet the requirements of a downstream system. With InterSystems IRIS, data transformations are simple to create, test, and maintain.
Common transformations include:
- Copying values from the source message to the target message.
- Performing calculations based on values of the source message and copying the results to the target message.
- Assigning new literal values to the target message.
- Rearranging the order of data.
In this exercise, you will build a data transformation that converts a student's final grade in a class into a different format to be used by another application. You will use the DTL editor to create and edit the data transformation, then add the transformation to a production and test it using a sample file.