Data Processing Functions

Data processing functions are used in quality rules and are designed to perform specified actions with data. The function requires input data, which is realized by the incoming ports. The results of the work (processed data or check values) are sent to the outgoing ports.

Working with functions is performed in the "Functions" tab, which is available in simple and advanced modes of quality rules.

The following types of functions are available:

  • Standard. Available by default. These are simple actions, such as removing extra spaces.

  • Composite. Created in the user interface using a special editor. A composite function can use one or more simple functions, as well as special blocks such as a condition.

  • Custom. Implemented in Java and loaded into the system as JAR files.

Content: