Content Type
Exercise
Duration
20m
Level
Introductory
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.
Learning Objectives
- Use the DTL editor to create and modify a data transformation.
- Apply transformation logic to copy data, modify property values, and use functions.
- Test and validate the data transformation within a production to ensure correct formatting and processing.
Prerequisites
- None