Data Processing extensions

Data Processing extensions allows you to build custom Data Processing services.

The structure of the Data Processing extension is similar to other services, but the supported functions and arguments are defined by the extension. The extension can support any number of functions where each function accepts different arguments.

The functions are then specified and executed as in the example below.

605

Data Processing task that executes the function “FunctionOne” with two arguments

You can develop Data Processing extensions in Python or .NET