pvillard31 commented on PR #6174: URL: https://github.com/apache/nifi/pull/6174#issuecomment-1172295029
ReplaceText with "Always Replace" as the strategy won't evaluate the flowfile's content. We're also checking the specified regex to see if Always Replace should be applied by default. In that case, if the user does not change the replacement strategy we would skip the regex evaluation anyway. https://github.com/apache/nifi/blob/main/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ReplaceText.java#L277-L281 -- 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. To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org