Github user trixpan commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/858#discussion_r78476147
  
    --- Diff: 
nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/enrich/AbstractEnrichProcessor.java
 ---
    @@ -65,7 +70,16 @@
                 .description("Choice between a splitter and regex matcher used 
to parse the results of the query into attribute groups")
                 .expressionLanguageSupported(false)
                 .required(false)
    -            .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
    +            .addValidator(StandardValidators.REGULAR_EXPRESSION_VALIDATOR)
    +            .build();
    +
    +    public static final PropertyDescriptor KEY_GROUP = new 
PropertyDescriptor.Builder()
    +            .name("KEY_GROUP")
    +            .displayName("Key lookup group (multiline / batch)")
    +            .description("When performing a batched lookup, the following 
RegEx named capture group or Column number will be used to match" +
    +                    "the whois server response with the lookup field")
    --- End diff --
    
    good catch. addressed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to