The FAIL directive will fail processing of data pipeline when condition is evaluated to true
.
Syntax
Code Block |
---|
fail exp:{<condition>} |
The <condition>
is a JEXL expression specifying the condition that governs if the record should be sent to the error collector.
...