Andre Araujo created NIFI-10168:
-----------------------------------
Summary: Reversed attribute logic in the MiNiFi CPP version of
ExtractText processor
Key: NIFI-10168
URL: https://issues.apache.org/jira/browse/NIFI-10168
Project: Apache NiFi
Issue Type: Bug
Reporter: Andre Araujo
The MiNiFi CPP version of ExtractText has an attribute called "Include Capture
Group 0". Internally this
[property|https://github.com/apache/nifi-minifi-cpp/blob/c438d9fe6eb0d3f34e34ede2501f9399dfafb77f/extensions/standard-processors/processors/ExtractText.cpp#L60-L64]
is named "IgnoreCaptureGroupZero" ("Ignore" instead of "Include") and the
value is used to determine whether the capture group 0 is ignored, rather than
included.
The actual logic is the reverse of what the user expects.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)