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.
You can develop Data Processing extensions in Python or .NET
Updated about 2 years ago