<?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 How do I convert an XML file into JSON with Nifi? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-convert-an-XML-file-into-JSON-with-Nifi/m-p/143392#M44182</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I can't read an XML file, convert it to JSON and save it into a file with Nifi. I need help.&lt;/P&gt;&lt;P&gt;Here's the data flow. &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8768-pix1.jpg"&gt;pix1.jpg&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The XML input file&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;bookstore&amp;gt;
&amp;lt;book category="COOKING"&amp;gt;
  &amp;lt;title lang="en"&amp;gt;Everyday Italian&amp;lt;/title&amp;gt;
  &amp;lt;author&amp;gt;Giada De Laurentiis&amp;lt;/author&amp;gt;
  &amp;lt;year&amp;gt;2005&amp;lt;/year&amp;gt;
  &amp;lt;price&amp;gt;30.00&amp;lt;/price&amp;gt;
&amp;lt;/book&amp;gt;
&amp;lt;book category="CHILDREN"&amp;gt;
  &amp;lt;title lang="en"&amp;gt;Harry Potter&amp;lt;/title&amp;gt;
  &amp;lt;author&amp;gt;J K. Rowling&amp;lt;/author&amp;gt;
  &amp;lt;year&amp;gt;2005&amp;lt;/year&amp;gt;
  &amp;lt;price&amp;gt;29.99&amp;lt;/price&amp;gt;
&amp;lt;/book&amp;gt;
&amp;lt;book category="WEB"&amp;gt;
  &amp;lt;title lang="en"&amp;gt;XQuery Kick Start&amp;lt;/title&amp;gt;
  &amp;lt;author&amp;gt;James McGovern&amp;lt;/author&amp;gt;
  &amp;lt;author&amp;gt;Per Bothner&amp;lt;/author&amp;gt;
  &amp;lt;author&amp;gt;Kurt Cagle&amp;lt;/author&amp;gt;
  &amp;lt;author&amp;gt;James Linn&amp;lt;/author&amp;gt;
  &amp;lt;author&amp;gt;Vaidyanathan Nagarajan&amp;lt;/author&amp;gt;
  &amp;lt;year&amp;gt;2003&amp;lt;/year&amp;gt;
  &amp;lt;price&amp;gt;49.99&amp;lt;/price&amp;gt;
&amp;lt;/book&amp;gt;
&amp;lt;book category="WEB"&amp;gt;
  &amp;lt;title lang="en"&amp;gt;Learning XML&amp;lt;/title&amp;gt;
  &amp;lt;author&amp;gt;Erik T. Ray&amp;lt;/author&amp;gt;
  &amp;lt;year&amp;gt;2003&amp;lt;/year&amp;gt;
  &amp;lt;price&amp;gt;39.95&amp;lt;/price&amp;gt;
&amp;lt;/book&amp;gt;
&amp;lt;/bookstore&amp;gt;
&lt;/PRE&gt;&lt;P&gt;EvaluateXPath config: &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8769-pix3.jpg"&gt;pix3.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;AttributesToJSON config: &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8771-pix4.jpg"&gt;pix4.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;MergeContents config: &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8772-pix5.jpg"&gt;pix5.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;PutFile config and the output file: &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8774-pix7.jpg"&gt;pix7.jpg&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2016 22:00:33 GMT</pubDate>
    <dc:creator>kevinnnguyen</dc:creator>
    <dc:date>2016-10-21T22:00:33Z</dc:date>
    <item>
      <title>How do I convert an XML file into JSON with Nifi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-convert-an-XML-file-into-JSON-with-Nifi/m-p/143392#M44182</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I can't read an XML file, convert it to JSON and save it into a file with Nifi. I need help.&lt;/P&gt;&lt;P&gt;Here's the data flow. &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8768-pix1.jpg"&gt;pix1.jpg&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The XML input file&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;bookstore&amp;gt;
&amp;lt;book category="COOKING"&amp;gt;
  &amp;lt;title lang="en"&amp;gt;Everyday Italian&amp;lt;/title&amp;gt;
  &amp;lt;author&amp;gt;Giada De Laurentiis&amp;lt;/author&amp;gt;
  &amp;lt;year&amp;gt;2005&amp;lt;/year&amp;gt;
  &amp;lt;price&amp;gt;30.00&amp;lt;/price&amp;gt;
&amp;lt;/book&amp;gt;
&amp;lt;book category="CHILDREN"&amp;gt;
  &amp;lt;title lang="en"&amp;gt;Harry Potter&amp;lt;/title&amp;gt;
  &amp;lt;author&amp;gt;J K. Rowling&amp;lt;/author&amp;gt;
  &amp;lt;year&amp;gt;2005&amp;lt;/year&amp;gt;
  &amp;lt;price&amp;gt;29.99&amp;lt;/price&amp;gt;
&amp;lt;/book&amp;gt;
&amp;lt;book category="WEB"&amp;gt;
  &amp;lt;title lang="en"&amp;gt;XQuery Kick Start&amp;lt;/title&amp;gt;
  &amp;lt;author&amp;gt;James McGovern&amp;lt;/author&amp;gt;
  &amp;lt;author&amp;gt;Per Bothner&amp;lt;/author&amp;gt;
  &amp;lt;author&amp;gt;Kurt Cagle&amp;lt;/author&amp;gt;
  &amp;lt;author&amp;gt;James Linn&amp;lt;/author&amp;gt;
  &amp;lt;author&amp;gt;Vaidyanathan Nagarajan&amp;lt;/author&amp;gt;
  &amp;lt;year&amp;gt;2003&amp;lt;/year&amp;gt;
  &amp;lt;price&amp;gt;49.99&amp;lt;/price&amp;gt;
&amp;lt;/book&amp;gt;
&amp;lt;book category="WEB"&amp;gt;
  &amp;lt;title lang="en"&amp;gt;Learning XML&amp;lt;/title&amp;gt;
  &amp;lt;author&amp;gt;Erik T. Ray&amp;lt;/author&amp;gt;
  &amp;lt;year&amp;gt;2003&amp;lt;/year&amp;gt;
  &amp;lt;price&amp;gt;39.95&amp;lt;/price&amp;gt;
&amp;lt;/book&amp;gt;
&amp;lt;/bookstore&amp;gt;
&lt;/PRE&gt;&lt;P&gt;EvaluateXPath config: &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8769-pix3.jpg"&gt;pix3.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;AttributesToJSON config: &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8771-pix4.jpg"&gt;pix4.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;MergeContents config: &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8772-pix5.jpg"&gt;pix5.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;PutFile config and the output file: &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8774-pix7.jpg"&gt;pix7.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 22:00:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-convert-an-XML-file-into-JSON-with-Nifi/m-p/143392#M44182</guid>
      <dc:creator>kevinnnguyen</dc:creator>
      <dc:date>2016-10-21T22:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert an XML file into JSON with Nifi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-convert-an-XML-file-into-JSON-with-Nifi/m-p/143393#M44183</link>
      <description>&lt;P&gt;Use TransformXML processor to do it in one shot:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/29474/nifi-converting-xml-to-json.html" target="_blank"&gt;https://community.hortonworks.com/articles/29474/nifi-converting-xml-to-json.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 22:40:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-convert-an-XML-file-into-JSON-with-Nifi/m-p/143393#M44183</guid>
      <dc:creator>gkeys</dc:creator>
      <dc:date>2016-10-21T22:40:26Z</dc:date>
    </item>
  </channel>
</rss>

