Hello Sumo, Check out the "Replacement Strategy" property of the "ReplaceText" processor[1]. Setting this to "prepend", an "Evaluation Mode" of "Entire text" and a character set of UTF-8 you should be able to accomplish this. https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.ReplaceText/index.html
Joe - - - - - - Joseph Percivall linkedin.com/in/Percivall e: [email protected] On Monday, April 25, 2016 8:22 PM, Sumanth Chinthagunta <[email protected]> wrote: I need to prepend an attribute value to flowFile content. both have JSON/UTF-8 strings. looking for advice if I can use any of the build-in processors to efficiently produce new combined flowFile. Thanks Sumo
