and a proxy from irc answer:

 Anyway, I did search the mail lists and
             figured out how to get things working.
In order to help anyone else out how might now know, here's a
             useful way to google the mail lists:
https://www.google.com/webhp?q=site:http:%2F%2Fmail-archives.apache.org%2Fmod_mbox%2Fkafka-users%2F#q=site:http:%2F%2Fmail-archives.apache.org%2Fmod_mbox%2Fnifi-users%2F

Also it turns out that doing what I needed to do (wrapping the
             message in a base64-encoded string) was not that difficult,
using
             the ExecuteStreamCommand processor, calling a simple BASH
script
             which used "read" to loop through each line of the FlowFile.


On Sun, Nov 8, 2015 at 8:09 AM, Tony Kurc <[email protected]> wrote:

> " I'd appreciate it if someone could tell me how to easily change a flow
> with JSON
> lines like  {JSON}  to {"x"={JSON}} . The ReplaceText processor
> seems like the right thing, but when I add almost anything to the
> ReplacementValue field to change the output, it causes problems
> and doesn't include the new literal text, or drops the matching
> group altogether, showing $1 as a literal."
>
>

Reply via email to