<?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: Converting json to CSV giving blank using Nifi in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178355#M140602</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11938/kumarvaibhav1992.html" nodeid="11938" target="_blank"&gt;@Vaibhav Kumar&lt;/A&gt;,&lt;BR /&gt;i think while uploading template you are facing the below issue &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="62889-template-issue.png" style="width: 1063px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19490iF10497B201A4F33D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="62889-template-issue.png" alt="62889-template-issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if so that means you have already uploaded the template and again you are trying to upload the template that having same name again, at this time NiFi throws an already exists error.&lt;BR /&gt;To make sure what are the available templates in your NiFi instance then &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;go to top right corner Global Menu&lt;/STRONG&gt; &lt;BR /&gt;&lt;STRONG&gt;Click on Templates Option&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;then you can view what are the available Templates in the NiFi instance.&lt;/P&gt;&lt;P&gt;For More details please refer to below link&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.0/bk_user-guide/content/templates.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.0/bk_user-guide/content/templates.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;what exactly happens at the background when we check/un-check relation checkboxes ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Splitjson:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Lets assume your input json record &lt;/P&gt;&lt;PRE&gt;[
  {
 "member_id": 1,
 "loan_amnt": 5000
},{
 "member_id": 2,
 "loan_amnt": 1000
}
]&lt;/PRE&gt;&lt;P&gt;&lt;U&gt;I&lt;/U&gt;n split json processor we are having three relationships&lt;/P&gt;&lt;P&gt;1.&lt;STRONG&gt;split --&amp;gt;&lt;/STRONG&gt; as we are having a json array with 2 records as shown above, this relation gets the splitted records i.e &lt;STRONG&gt;2 in our case&lt;/STRONG&gt;.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2.&lt;STRONG&gt;original --&amp;gt;&lt;/STRONG&gt; as this relation states original i.e what ever the &lt;STRONG&gt;input json that split json processor that will be routed to this relation&lt;/STRONG&gt;, in our case json array(i.e &lt;STRONG&gt;same as input record&lt;/STRONG&gt; that shown above code snippet) that having 2 records in it.&lt;/P&gt;&lt;P&gt;3.&lt;STRONG&gt;failure --&amp;gt;&lt;/STRONG&gt; the FlowFile is not valid JSON or the specified path does not exist), it will be routed to this relationship, mostly used to get notifications if the process failed.&lt;/P&gt;&lt;P&gt;So when we feed &lt;STRONG&gt;split,original,failure&lt;/STRONG&gt; relations to EvaluateJsonPath processor &lt;/P&gt;&lt;P&gt;1.from &lt;STRONG&gt;split relation &lt;/STRONG&gt;as we are having 2 splitted records &lt;B&gt;and we can get member_id,loan_amnt attribute values 1,5000.. from these flowfiles.R&lt;/B&gt;eplace text processor gets all the values in the csv file.&lt;/P&gt;&lt;P&gt;2.from &lt;STRONG&gt;original relation&lt;/STRONG&gt; we are going to have our &lt;STRONG&gt;input json array message to EvaluateJsonPath processor&lt;/STRONG&gt; for this flowfile we are &lt;STRONG&gt;not able to get the attribute values for &lt;/STRONG&gt;&lt;STRONG&gt;member_id,loan_amnt &lt;/STRONG&gt;because it is inside array, So for this flowfile we will have&lt;STRONG&gt; empty attribute values&lt;/STRONG&gt; and when we did &lt;STRONG&gt;replace text processor we are going to have  empty value for the attributes&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;3.As we are having a &lt;STRONG&gt;valid json &lt;/STRONG&gt;so we are not going to have any &lt;STRONG&gt;flowfile routed to failure&lt;/STRONG&gt; relation.&lt;/P&gt;&lt;P&gt;Let us know if you having any other questions ..!!&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 09:33:23 GMT</pubDate>
    <dc:creator>Shu_ashu</dc:creator>
    <dc:date>2019-08-18T09:33:23Z</dc:date>
    <item>
      <title>Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178349#M140596</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/64585-json-test14.txt" target="_blank"&gt;&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;
 Hi,&lt;/P&gt;&lt;P&gt;
 I have my JSON file like mentioned below:&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;The flow for conversion for json to csv :&lt;/P&gt;&lt;P&gt;1. Get the file &lt;/P&gt;&lt;P&gt;2. Split json&lt;/P&gt;&lt;P&gt;3. Evaluate json path&lt;/P&gt;&lt;P&gt;4. Replace text&lt;/P&gt;&lt;P&gt;I want to see values in csv format of memberid and loanamnt and 'm getting blank for the two columns like "".""&lt;/P&gt;&lt;P&gt;Can someone help me in this?? Attached are the Screenshots of the processor properties.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="64583-evaluate-json-property.png" style="width: 1920px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19494iC77B73BDA4D4A2E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64583-evaluate-json-property.png" alt="64583-evaluate-json-property.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="64582-json-split-property.png" style="width: 1920px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19495iB11D80A9462865AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64582-json-split-property.png" alt="64582-json-split-property.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6291i71F6E29F1ED50692/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="replace-txt-proprty.png" title="replace-txt-proprty.png" /&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:34:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178349#M140596</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2019-08-18T09:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178350#M140597</link>
      <description>&lt;P&gt;Input file is present in the attachment section. Coudn't add it to the main setion.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:36:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178350#M140597</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2018-03-13T17:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178351#M140598</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11938/kumarvaibhav1992.html" nodeid="11938" target="_blank"&gt;@Vaibhav Kumar&lt;/A&gt;&lt;P&gt;I have tried with your input Json data and processor configs,all your configs looks good. i'm able to get the flowfile with "1","1000" from replacetext processor.&lt;/P&gt;&lt;P&gt;Can you make sure the feeding connections to the processors are correct based on the below screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="62870-configs.png" style="width: 1842px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19493iFAD37CEB3D0DC6EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="62870-configs.png" alt="62870-configs.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If the issue still exists then share your flow screenshot or xml so that we can help you ASAP.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:33:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178351#M140598</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T09:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178352#M140599</link>
      <description>&lt;P&gt;Add your reply is not working so have to post it as answer&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929" target="_blank"&gt;@Shu&lt;/A&gt;  Please find below the screenshot. I can see there is something different in the things highlighted in you image and mine. Can you suggest the changes i need to make? &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="64587-workflow.png" style="width: 1920px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19492i53C2C57A79F7D3B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64587-workflow.png" alt="64587-workflow.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:33:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178352#M140599</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2019-08-18T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178353#M140600</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11938/kumarvaibhav1992.html" nodeid="11938" target="_blank"&gt;@Vaibhav Kumar&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;The issue is with &lt;STRONG&gt;Failure,Original,Unmathed relationship&lt;/STRONG&gt; as we need to auto terminate them or connect them to put email processor to get notification if something gone wrong.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Steps to Autoterminate relationships:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Splitjson:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Delete all the connections &lt;/STRONG&gt;that are feeding to EvaluateJsonpath from SplitJson processor &lt;/LI&gt;&lt;LI&gt;RightClick on SplitJson Processor &lt;/LI&gt;&lt;LI&gt;Goto Settings tab&lt;/LI&gt;&lt;LI&gt;Click on Check box at Failure and Original relationships.&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="62874-autoterminate-splijson.png" style="width: 1934px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19491i3A7261AE236988C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="62874-autoterminate-splijson.png" alt="62874-autoterminate-splijson.png" /&gt;&lt;/span&gt;&lt;BR /&gt;then connect only split relationship to EvaluateJson Path processor.&lt;BR /&gt;&lt;STRONG&gt;EvaluateJson Path:-&lt;/STRONG&gt;&lt;BR /&gt;1.&lt;STRONG&gt;Delete all existing relationships&lt;/STRONG&gt; that are feeding to ReplaceText processor&lt;BR /&gt;2.Right Click on EvalJsonPath Processor&lt;BR /&gt;3.Goto Setting Tab&lt;BR /&gt;4.&lt;STRONG&gt;Click on check boxes before&lt;/STRONG&gt; Failure and Unmatched relationships&lt;BR /&gt;5.Connect only the matched relationship to Replacetext processor&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;ReplaceText Processor:-&lt;/U&gt;&lt;/STRONG&gt;&lt;BR /&gt;1.Delete all existing relationships that are going out from Replacetext processor&lt;/P&gt;2.Right Click on Replacetext Processor&lt;BR /&gt;3.Goto Setting Tab&lt;BR /&gt;4.&lt;STRONG&gt;Click on check boxes&lt;/STRONG&gt; before Failure relationship&lt;BR /&gt;5.Connect only the success relationship from Replacetext processor&lt;OL&gt;I have attached the xml flow below, save the xml flow and upload it to your NiFi instance and change the configs in GetFile Processor.&lt;/OL&gt;&lt;P&gt;If the Answer helped to resolve your issue, &lt;STRONG&gt;Click on Accept button below to accept the answer, &lt;/STRONG&gt;That would be great help to Community users to find solution quickly for these kind of issues.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/62871-176561-jsontocsv.xml" target="_blank"&gt;176561-jsontocsv.xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:33:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178353#M140600</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T09:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178354#M140601</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt;Accepted.&lt;/P&gt;&lt;P&gt;It would be good if you can clarify what exactly happens at the background when we check/un-check relation checkboxes. I couldn't find a good description online.&lt;/P&gt;&lt;P&gt;Moreover while importing saved XML template it shows error that same template already exist. I think it has something related to PCG. Any comments on this??&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 21:30:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178354#M140601</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2018-03-13T21:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178355#M140602</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11938/kumarvaibhav1992.html" nodeid="11938" target="_blank"&gt;@Vaibhav Kumar&lt;/A&gt;,&lt;BR /&gt;i think while uploading template you are facing the below issue &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="62889-template-issue.png" style="width: 1063px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19490iF10497B201A4F33D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="62889-template-issue.png" alt="62889-template-issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if so that means you have already uploaded the template and again you are trying to upload the template that having same name again, at this time NiFi throws an already exists error.&lt;BR /&gt;To make sure what are the available templates in your NiFi instance then &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;go to top right corner Global Menu&lt;/STRONG&gt; &lt;BR /&gt;&lt;STRONG&gt;Click on Templates Option&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;then you can view what are the available Templates in the NiFi instance.&lt;/P&gt;&lt;P&gt;For More details please refer to below link&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.0/bk_user-guide/content/templates.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.0/bk_user-guide/content/templates.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;what exactly happens at the background when we check/un-check relation checkboxes ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Splitjson:-&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Lets assume your input json record &lt;/P&gt;&lt;PRE&gt;[
  {
 "member_id": 1,
 "loan_amnt": 5000
},{
 "member_id": 2,
 "loan_amnt": 1000
}
]&lt;/PRE&gt;&lt;P&gt;&lt;U&gt;I&lt;/U&gt;n split json processor we are having three relationships&lt;/P&gt;&lt;P&gt;1.&lt;STRONG&gt;split --&amp;gt;&lt;/STRONG&gt; as we are having a json array with 2 records as shown above, this relation gets the splitted records i.e &lt;STRONG&gt;2 in our case&lt;/STRONG&gt;.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2.&lt;STRONG&gt;original --&amp;gt;&lt;/STRONG&gt; as this relation states original i.e what ever the &lt;STRONG&gt;input json that split json processor that will be routed to this relation&lt;/STRONG&gt;, in our case json array(i.e &lt;STRONG&gt;same as input record&lt;/STRONG&gt; that shown above code snippet) that having 2 records in it.&lt;/P&gt;&lt;P&gt;3.&lt;STRONG&gt;failure --&amp;gt;&lt;/STRONG&gt; the FlowFile is not valid JSON or the specified path does not exist), it will be routed to this relationship, mostly used to get notifications if the process failed.&lt;/P&gt;&lt;P&gt;So when we feed &lt;STRONG&gt;split,original,failure&lt;/STRONG&gt; relations to EvaluateJsonPath processor &lt;/P&gt;&lt;P&gt;1.from &lt;STRONG&gt;split relation &lt;/STRONG&gt;as we are having 2 splitted records &lt;B&gt;and we can get member_id,loan_amnt attribute values 1,5000.. from these flowfiles.R&lt;/B&gt;eplace text processor gets all the values in the csv file.&lt;/P&gt;&lt;P&gt;2.from &lt;STRONG&gt;original relation&lt;/STRONG&gt; we are going to have our &lt;STRONG&gt;input json array message to EvaluateJsonPath processor&lt;/STRONG&gt; for this flowfile we are &lt;STRONG&gt;not able to get the attribute values for &lt;/STRONG&gt;&lt;STRONG&gt;member_id,loan_amnt &lt;/STRONG&gt;because it is inside array, So for this flowfile we will have&lt;STRONG&gt; empty attribute values&lt;/STRONG&gt; and when we did &lt;STRONG&gt;replace text processor we are going to have  empty value for the attributes&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;3.As we are having a &lt;STRONG&gt;valid json &lt;/STRONG&gt;so we are not going to have any &lt;STRONG&gt;flowfile routed to failure&lt;/STRONG&gt; relation.&lt;/P&gt;&lt;P&gt;Let us know if you having any other questions ..!!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:33:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178355#M140602</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178356#M140603</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929" target="_blank"&gt;I can't see the add to reply option so osting it here again&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929" target="_blank"&gt;@Shu&lt;/A&gt; Thanks for such a detailed explanation.&lt;/P&gt;&lt;P&gt;Even if i try to import the template with a changed template name during import it still shoes the same error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="64604-template-error.png" style="width: 1920px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19489iF85C00529562D2DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="64604-template-error.png" alt="64604-template-error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:33:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178356#M140603</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2019-08-18T09:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178357#M140604</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11938/kumarvaibhav1992.html" nodeid="11938"&gt;@Vaibhav Kumar&lt;/A&gt;&lt;P&gt;we need to change the &lt;STRONG&gt;name tag in the xml file&lt;/STRONG&gt; i.e open the .xml file in any editor like Notepad++ ..etc then &lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;template encoding-version="1.2"&amp;gt;
    &amp;lt;description&amp;gt;&amp;lt;/description&amp;gt;
    &amp;lt;groupId&amp;gt;3b738dba-0161-1000-c808-f7d38f21fcab&amp;lt;/groupId&amp;gt;&lt;STRONG&gt;
    &amp;lt;name&amp;gt;176561_jsontoCSV&amp;lt;/name&amp;gt;
    &amp;lt;snippet&amp;gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;edit the &lt;STRONG&gt;name inside the .xml file&lt;/STRONG&gt; then you can import same template again.&lt;/P&gt;&lt;P&gt;As &lt;STRONG&gt;NiFi keeps the name of the template based on the name tag in the .xml file&lt;/STRONG&gt;, if we do&lt;STRONG&gt; rename for the xml file&lt;/STRONG&gt; it &lt;STRONG&gt;won't change the name tag filename &lt;/STRONG&gt;so NiFi able to see duplicated template names and throws already exists error.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 14:48:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178357#M140604</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-03-14T14:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Converting json to CSV giving blank using Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178358#M140605</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt;&lt;P&gt;Appreciate your efforts.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:47:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Converting-json-to-CSV-giving-blank-using-Nifi/m-p/178358#M140605</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2018-03-14T15:47:18Z</dc:date>
    </item>
  </channel>
</rss>

