Mike Thomsen created NIFI-10189: ----------------------------------- Summary: Create a simplified version of ReplaceText that just takes a string literal (with EL support) and writes it to the input flowfile Key: NIFI-10189 URL: https://issues.apache.org/jira/browse/NIFI-10189 Project: Apache NiFi Issue Type: New Feature Reporter: Mike Thomsen Assignee: Mike Thomsen
We often encounter a scenario where after doing a number of operations, we need to just do the equivalent of a ReplaceText operation that evaluates the whole file and replaces it with a simple string literal such as a SQL query or JSON object. The reason I am proposing a new processor is to keep this dead simple and not complicate the validation logic of ReplaceText. -- This message was sent by Atlassian Jira (v8.20.10#820010)