Test & View Modules
These modules are used to simplify tests and development of data Flows and pipelines:
DebugWill add meta data to the flow message so that you can inspect the actual data types. |
|
Data GeneratorThis module generates test data based on a JSON template. Static, sequential and random values can be generated. |
|
Message TemplateThis module is used for creation of messages based on a JSON template. Dynamic values can be assigned by referencing incoming message data. Anything surrounded by {} will be treated as a reference to a message property and will be replaced by the corresponding value in the output message. With this module it is easy to add complex message structures anywhere in a flow. |