Feature highlights
This component provides the following features:
- Performing string operations to the input data using the following filters:
- Splitting the input string using the Split filter.
- Parsing CSV string using the Parse CSV filter.
- Retrieving data from a database using the Lookup in DB filter.
- Rejecting the current job if the input\output of a filter is invalid. The situation of invalid input\output depends on a particular filter.
- Additional validation of the filter's result using the Validate filter and rejecting the current job with the configured error message if validation fails.
- Generation of RRTs with the filters' results and passing them to the subsequent components.