[ https://issues.apache.org/jira/browse/NIFI-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15520678#comment-15520678
]
ASF GitHub Bot commented on NIFI-2071:
--------------------------------------
Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/1050
Thanks @ijokarumawak for this review. I think I've addressed your comments, let me know
if you want me to squash the commits.
> Support repeating capture groups in ExtractText
> -----------------------------------------------
>
> Key: NIFI-2071
> URL: https://issues.apache.org/jira/browse/NIFI-2071
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Joey Frazee
> Assignee: Pierre Villard
> Fix For: 1.1.0
>
>
> ExtractText doesn't currently support repeating capture groups so any repeating patterns
have to specified by hand and can only be repeated a fixed number of times.
> I think this is because it only uses find() and not findAll() in its pattern matching
[1].
> 1. https://github.com/apache/nifi/blob/1bd2cf0d09a7111bcecffd0f473aa71c25a69845/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExtractText.java#L324
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|