<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Nifi - Is it possible to send flowfile from one nifi processor to another processor without disk write ? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Is-it-possible-to-send-flowfile-from-one-nifi-processor/m-p/148008#M110537</link>
    <description>&lt;P&gt;There is currently no way to do this. The idea of chaining together a series of processors and having them operate as if they were one processor has been discussed before, and there are some concepts in the framework that could possibly help support this in the future, but currently it does not exist.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 20:09:25 GMT</pubDate>
    <dc:creator>bbende</dc:creator>
    <dc:date>2016-10-25T20:09:25Z</dc:date>
    <item>
      <title>Nifi - Is it possible to send flowfile from one nifi processor to another processor without disk write ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Is-it-possible-to-send-flowfile-from-one-nifi-processor/m-p/148007#M110536</link>
      <description>&lt;P&gt;Nifi -- Without writing to disk , is it possible to send flowfile from one peocessor to another ? Ex: i have 3 processors in order-  splitjson , evaluatejsonpath , updateattribute  processors .&lt;/P&gt;&lt;P&gt;I would like to process only these 3 processors in-memory (from the output of splitjson to update attribute o/p). if it is possible only selected processors in-memory . let us know the process ??&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 09:59:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-Is-it-possible-to-send-flowfile-from-one-nifi-processor/m-p/148007#M110536</guid>
      <dc:creator>srinivaspadala_</dc:creator>
      <dc:date>2016-10-25T09:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi - Is it possible to send flowfile from one nifi processor to another processor without disk write ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Is-it-possible-to-send-flowfile-from-one-nifi-processor/m-p/148008#M110537</link>
      <description>&lt;P&gt;There is currently no way to do this. The idea of chaining together a series of processors and having them operate as if they were one processor has been discussed before, and there are some concepts in the framework that could possibly help support this in the future, but currently it does not exist.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 20:09:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-Is-it-possible-to-send-flowfile-from-one-nifi-processor/m-p/148008#M110537</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-10-25T20:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi - Is it possible to send flowfile from one nifi processor to another processor without disk write ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Is-it-possible-to-send-flowfile-from-one-nifi-processor/m-p/148009#M110538</link>
      <description>&lt;P&gt;As &lt;A rel="user" href="https://community.cloudera.com/users/363/bbende.html" nodeid="363"&gt;@Bryan Bende&lt;/A&gt; has said, it isn't possible with those processors and/or the framework. However, you could emulate this part of the flow with something like &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.script.ExecuteScript/index.html"&gt;ExecuteScript&lt;/A&gt;, but you'd be responsible for all the work (reading in the JSON, splitting it, getting the fields out into attributes). Groovy for example has a &lt;A target="_blank" href="http://docs.groovy-lang.org/latest/html/gapi/groovy/json/JsonSlurper.html"&gt;JsonSlurper&lt;/A&gt; which reads in the JSON to an object, at that point you could access the array (using object notation not JSON path), call each(), then further access the members (again using object notation) and set flow file attributes accordingly.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 19:52:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-Is-it-possible-to-send-flowfile-from-one-nifi-processor/m-p/148009#M110538</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2016-10-26T19:52:53Z</dc:date>
    </item>
  </channel>
</rss>

