Function: Generate Test Data

Overview

Generating test events with specified fields and values

181

Description

This function is a test function. It allows you to generate events with specific fields and values. You can add any number of events with any fields. It is convenient to use it for autotests of your functions.

Function Schema

805

Examples

To test some function, we need to generate several events with certain field values. In the function parameters, add an event, set Event ID = 1, and add the required number of fields, their names, and values. Add another event with EventID = 2, and add any number of fields with any data type to it. You can add any number of events and any number of fields in them. At the output, we get incoming events in turn without a delay in time between receiving them.