Modeling Guide

Data Transform

The Data Transform operator provides wide variety of options to meet your data transformation needs.

There are nodes available in the operator that provides capabilities to meet your data transformation requirement. For example, you can use these nodes to create aggregations, projections, joins, unions, and more. Configure each node to meet your individual data specifications.

This operator has one input port (input) and two output ports (output and error). Use this operator in a graph that uses only other data workflow operators.

Connect the input port to another data workflow operator to trigger its start. On the error output port, the engine writes a message in case of errors when trying to execute the transformation operation. On success, the engine writes a message on the output port. If you want the execution of the graph to proceed, connect the respective output ports to other data workflow operators.

Configuration Parameters

The configuration parameters for the Data Transform operator is node-specific. For more information on how to configure individual nodes in the operator, see Data Transform.

Input

Input

Type

Description

input

string

Accepts message from a connected data workflow operator.

Output

Output

Type

Description

output

string

If the operator executed successfully, this port carries the success message.

error

string

Operator error. If the port is connected then the graph will keep running. If it is not connected, the graph will terminate with the operator error.

For more information, see Transform Data