πŸ“„ Regex Parser From PredictionΒΆ

Note

ID: processors.regex_parser_from_prediction | Type: RegexParser

{
    "field": "prediction",
    "process_every_value": false,
    "regex": ".+",
    "type": "regex_parser"
}

Explanation about RegexParserΒΆ

A processor that uses regex in order to parse a string.

Read more about catalog usage here.