Random
This filter is used to inject an extra field with a random number in the propagated Message.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| output | STRING | “main” | the field of the propagated Message that will contain the random number |
| min | STRING | “0” | the min value of the extracted number is min |
| max | STRING | “999999” | the max value of the extracted number is max |
... | random(output="random_field", min="9", max="90") | ...Output
The output Message will be equal to the input, but it will also include the new random field.
Examples
Soon…