You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/07/06 07:19:01 UTC

[GitHub] [nifi] malthe commented on a change in pull request #4384: NIFI-2702 Support named captures in ExtractText

malthe commented on a change in pull request #4384:
URL: https://github.com/apache/nifi/pull/4384#discussion_r450028255



##########
File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExtractText.java
##########
@@ -69,14 +71,26 @@
                 + "The results of those Regular Expressions are assigned to FlowFile Attributes.  "
                 + "Regular Expressions are entered by adding user-defined properties; "
                 + "the name of the property maps to the Attribute Name into which the result will be placed.  "
+                + "The attributes are generated differently based on the enablement of named capture groups.  "

Review comment:
       Enabling?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org