<?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 Nifi  1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289661#M214395</link>
    <description>&lt;P&gt;Nifi 1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro,&lt;/P&gt;
&lt;P&gt;Any suggestions???&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2020 17:46:12 GMT</pubDate>
    <dc:creator>thuylevn</dc:creator>
    <dc:date>2020-02-13T17:46:12Z</dc:date>
    <item>
      <title>Nifi  1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289661#M214395</link>
      <description>&lt;P&gt;Nifi 1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro,&lt;/P&gt;
&lt;P&gt;Any suggestions???&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 17:46:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289661#M214395</guid>
      <dc:creator>thuylevn</dc:creator>
      <dc:date>2020-02-13T17:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi  1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289662#M214396</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/60338"&gt;@thuylevn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The specific processors you mention were never part of any distribution of Apache NiFi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. JSONToAttributes:&lt;BR /&gt;Typically when extracting json elements in to FlowFile Attrinutes you would use the EvaluateJsonPath processor.&amp;nbsp; There is an "AttributesToJson" processor, is that maybe what you mean?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2. ConvertJSONToAvro&lt;BR /&gt;NiFi ships with a ConvertAvroToJson processor, is that perhaps what you mean? If you trying to convert from one content format to another, the preferred processor to use would be "convertRecord".&amp;nbsp; In this processor's configuration you would select a Record Reader which reads the current format of the inbound FlowFile's content (JsonPathReader or JsonTreeReader in this case) and you then select a Record Writer (AvroRecordSetWriter in this case) which writes the content for the outbound FlowFile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the processor types you mentioned did exist for you, then they were added via a custom nar to your previous NiFi installations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 21:11:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289662#M214396</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2020-02-12T21:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi  1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289730#M214428</link>
      <description>&lt;P&gt;It seems more complicated than using&amp;nbsp;&lt;SPAN&gt;JSONToAttributes&amp;nbsp;or&amp;nbsp;ConvertJSONToAvro processor (NiFi version lower 1.7 are supported)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:24:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289730#M214428</guid>
      <dc:creator>thuylevn</dc:creator>
      <dc:date>2020-02-13T15:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi  1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289827#M214489</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/60338"&gt;@thuylevn&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As i mentioned, NiFi has never been released with either a "JSONToAttributes' or "ConvertJSONToAvro" processor.&amp;nbsp; All I can do is suggest existing processors which can hopefully accomplish what your use case requires.&amp;nbsp; The other option is for you to build your own custom processor implementations and add them to your NiFi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 17:59:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289827#M214489</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2020-02-14T17:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi  1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289842#M214491</link>
      <description>&lt;P&gt;Nifi 1.8.0&amp;nbsp;&lt;SPAN&gt;ConvertJSONToAvro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ConvertJSONToAvro.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/26381i19A64B72F6370BD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="ConvertJSONToAvro.PNG" alt="ConvertJSONToAvro.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check again, many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 20:01:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289842#M214491</guid>
      <dc:creator>thuylevn</dc:creator>
      <dc:date>2020-02-14T20:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi  1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289955#M214571</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/60338"&gt;@thuylevn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ConvertJsonToAvro processor was removed from the default NiFi distribution bundle because of space limitations as of the Apache NiFi 1.10 release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/NIFI/Migration+Guidance" target="_blank"&gt;https://cwiki.apache.org/confluence/display/NIFI/Migration+Guidance&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The ConvertJSONToAvro processor was part of the nifi-kite-nar&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-kite-bundle" target="_blank"&gt;https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-kite-bundle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 00:58:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289955#M214571</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2020-02-18T00:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi  1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289956#M214572</link>
      <description>&lt;P&gt;thanks &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 01:27:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-11-1-cannot-find-JSONToAttributes-and/m-p/289956#M214572</guid>
      <dc:creator>thuylevn</dc:creator>
      <dc:date>2020-02-18T01:27:42Z</dc:date>
    </item>
  </channel>
</rss>

