<?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 Problem : while parsing JSON formatted CSV file using Nifi ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-while-parsing-JSON-formatted-CSV-file-using-Nifi/m-p/187073#M73410</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I am facing issue in Nifi while parsing JSON formatted CSV file, which processor should be selected or not. i have attached input file, you can go through and let me know.&lt;/P&gt;&lt;P&gt;My output should be like &lt;/P&gt;&lt;P&gt;Name : abc&lt;/P&gt;&lt;P&gt;Age : 24&lt;/P&gt;&lt;P&gt;Address_city : chennai, Address_state : TN, Address_zipcode : 600234&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="48408-screenshot-from-2018-01-12-153425.png" style="width: 1366px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18763i5095A6AC69E26BFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="48408-screenshot-from-2018-01-12-153425.png" alt="48408-screenshot-from-2018-01-12-153425.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would appreciate for help me. &lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 08:07:20 GMT</pubDate>
    <dc:creator>sshringi003</dc:creator>
    <dc:date>2019-08-18T08:07:20Z</dc:date>
    <item>
      <title>Problem : while parsing JSON formatted CSV file using Nifi ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-while-parsing-JSON-formatted-CSV-file-using-Nifi/m-p/187073#M73410</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I am facing issue in Nifi while parsing JSON formatted CSV file, which processor should be selected or not. i have attached input file, you can go through and let me know.&lt;/P&gt;&lt;P&gt;My output should be like &lt;/P&gt;&lt;P&gt;Name : abc&lt;/P&gt;&lt;P&gt;Age : 24&lt;/P&gt;&lt;P&gt;Address_city : chennai, Address_state : TN, Address_zipcode : 600234&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="48408-screenshot-from-2018-01-12-153425.png" style="width: 1366px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18763i5095A6AC69E26BFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="48408-screenshot-from-2018-01-12-153425.png" alt="48408-screenshot-from-2018-01-12-153425.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would appreciate for help me. &lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 08:07:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-while-parsing-JSON-formatted-CSV-file-using-Nifi/m-p/187073#M73410</guid>
      <dc:creator>sshringi003</dc:creator>
      <dc:date>2019-08-18T08:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem : while parsing JSON formatted CSV file using Nifi ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-while-parsing-JSON-formatted-CSV-file-using-Nifi/m-p/187074#M73411</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/52190/sshringi003.html" nodeid="52190"&gt;@Surendra Shringi&lt;/A&gt;&lt;P&gt;The question got addressed here &lt;A href="https://community.hortonworks.com/questions/159780/parse-file-in-nifi.html" target="_blank"&gt;https://community.hortonworks.com/questions/159780/parse-file-in-nifi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Need to make some config changes to the processors that are used in the above community link to work with the sample data.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Changes in Extract Text processor:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Change existing Age,Name Property values in Extract text processor &lt;/P&gt;&lt;P&gt;Age
&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;\|.*\|(.*?)\|&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Name
&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;\|(.*?)\|&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Add new id property as&lt;/P&gt;&lt;P&gt;id&lt;/P&gt;&lt;PRE&gt;^(.*?)\|&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Changes in Replace text:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Change the below property &lt;/P&gt;&lt;P&gt;Replacement Value
&lt;/P&gt;&lt;PRE&gt;${id},${Name},${Age},${Address_city},${Address_state},${Address_zipcode}&lt;/PRE&gt;&lt;P&gt;I think these are the changes you need to make to work the NiFi process to work with your input data.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jan 2018 13:32:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-while-parsing-JSON-formatted-CSV-file-using-Nifi/m-p/187074#M73411</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-01-13T13:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem : while parsing JSON formatted CSV file using Nifi ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-while-parsing-JSON-formatted-CSV-file-using-Nifi/m-p/187075#M73412</link>
      <description>&lt;P&gt;Thanks @Shu &lt;/P&gt;&lt;P&gt;For such a nice help. &lt;/P&gt;</description>
      <pubDate>Sat, 13 Jan 2018 13:51:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-while-parsing-JSON-formatted-CSV-file-using-Nifi/m-p/187075#M73412</guid>
      <dc:creator>sshringi003</dc:creator>
      <dc:date>2018-01-13T13:51:37Z</dc:date>
    </item>
  </channel>
</rss>

