<?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: How to convert a ',' comma separated file/text file into JSON format in apache nifi? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-a-comma-separated-file-text-file-into-JSON/m-p/224464#M186328</link>
    <description>&lt;P&gt;As of NiFi 1.2.0 (via &lt;A target="_blank" href="https://issues.apache.org/jira/browse/NIFI-3658"&gt;NIFI-3658&lt;/A&gt;), you can use &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.4.0/org.apache.nifi.processors.standard.ConvertRecord/index.html"&gt;ConvertRecord&lt;/A&gt; to achieve this. You would configure a &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-record-serialization-services-nar/1.4.0/org.apache.nifi.csv.CSVReader/index.html"&gt;CSVReader&lt;/A&gt; to match your CSV format (comma-delimited, possibly other config options around header line, quotes, etc.) and a &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-record-serialization-services-nar/1.4.0/org.apache.nifi.json.JsonRecordSetWriter/index.html"&gt;JSONRecordSetWriter&lt;/A&gt; to output JSON.&lt;/P&gt;&lt;P&gt;Prior to NiFi 1.2.0, you could use &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-kite-nar/1.4.0/org.apache.nifi.processors.kite.ConvertCSVToAvro/index.html"&gt;ConvertCSVToAvro&lt;/A&gt; -&amp;gt; &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-avro-nar/1.4.0/org.apache.nifi.processors.avro.ConvertAvroToJSON/index.html"&gt;ConvertAvroToJSON&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2017 23:05:17 GMT</pubDate>
    <dc:creator>mburgess</dc:creator>
    <dc:date>2017-12-13T23:05:17Z</dc:date>
    <item>
      <title>How to convert a ',' comma separated file/text file into JSON format in apache nifi?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-a-comma-separated-file-text-file-into-JSON/m-p/224463#M186327</link>
      <description />
      <pubDate>Wed, 13 Dec 2017 22:55:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-convert-a-comma-separated-file-text-file-into-JSON/m-p/224463#M186327</guid>
      <dc:creator>adithya3838</dc:creator>
      <dc:date>2017-12-13T22:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a ',' comma separated file/text file into JSON format in apache nifi?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-a-comma-separated-file-text-file-into-JSON/m-p/224464#M186328</link>
      <description>&lt;P&gt;As of NiFi 1.2.0 (via &lt;A target="_blank" href="https://issues.apache.org/jira/browse/NIFI-3658"&gt;NIFI-3658&lt;/A&gt;), you can use &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.4.0/org.apache.nifi.processors.standard.ConvertRecord/index.html"&gt;ConvertRecord&lt;/A&gt; to achieve this. You would configure a &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-record-serialization-services-nar/1.4.0/org.apache.nifi.csv.CSVReader/index.html"&gt;CSVReader&lt;/A&gt; to match your CSV format (comma-delimited, possibly other config options around header line, quotes, etc.) and a &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-record-serialization-services-nar/1.4.0/org.apache.nifi.json.JsonRecordSetWriter/index.html"&gt;JSONRecordSetWriter&lt;/A&gt; to output JSON.&lt;/P&gt;&lt;P&gt;Prior to NiFi 1.2.0, you could use &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-kite-nar/1.4.0/org.apache.nifi.processors.kite.ConvertCSVToAvro/index.html"&gt;ConvertCSVToAvro&lt;/A&gt; -&amp;gt; &lt;A target="_blank" href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-avro-nar/1.4.0/org.apache.nifi.processors.avro.ConvertAvroToJSON/index.html"&gt;ConvertAvroToJSON&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 23:05:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-convert-a-comma-separated-file-text-file-into-JSON/m-p/224464#M186328</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2017-12-13T23:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a ',' comma separated file/text file into JSON format in apache nifi?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-a-comma-separated-file-text-file-into-JSON/m-p/224465#M186329</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/641/mburgess.html" nodeid="641"&gt;@Matt Burgess&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 00:41:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-convert-a-comma-separated-file-text-file-into-JSON/m-p/224465#M186329</guid>
      <dc:creator>adithya3838</dc:creator>
      <dc:date>2017-12-15T00:41:45Z</dc:date>
    </item>
  </channel>
</rss>

