<?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>topic Re: How to convert nested JSON output into a single table in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1530630#M7420</link>
    <description>What do you mean by "convert in a dynamic fashion"?&lt;BR /&gt;Principle to convert this into a start schema is same as converting a transnational DB tables to a star schema</description>
    <pubDate>Tue, 15 Jan 2019 19:24:20 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2019-01-15T19:24:20Z</dc:date>
    <item>
      <title>How to convert nested JSON output into a single table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1530590#M7419</link>
      <description>&lt;P&gt;How do we convert nested JSON data into a clean straight table format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using REST Connector, the nested data look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nested json.png" style="width: 829px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3780iAC001178898925F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="nested json.png" alt="nested json.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data Model: Multiple tables get created for each hierarchy instead of 1 single fact table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nested json 2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3782i1CFC0E75B4A84ACE/image-size/large?v=v2&amp;amp;px=999" role="button" title="nested json 2.png" alt="nested json 2.png" /&gt;&lt;/span&gt;How do we convert these into a single table in a dynamic fashion.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 20:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1530590#M7419</guid>
      <dc:creator>lightsection</dc:creator>
      <dc:date>2021-12-21T20:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert nested JSON output into a single table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1530630#M7420</link>
      <description>What do you mean by "convert in a dynamic fashion"?&lt;BR /&gt;Principle to convert this into a start schema is same as converting a transnational DB tables to a star schema</description>
      <pubDate>Tue, 15 Jan 2019 19:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1530630#M7420</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-01-15T19:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert nested JSON output into a single table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1530637#M7421</link>
      <description>This is just 1 JSON file, containing data for 1 element of the whole data model.&lt;BR /&gt;I have similar JSON files that will add more tables to the whole data model.&lt;BR /&gt;&lt;BR /&gt;The idea is be able to view each file in a single table format , instead of multiple sub tables</description>
      <pubDate>Tue, 15 Jan 2019 19:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1530637#M7421</guid>
      <dc:creator>lightsection</dc:creator>
      <dc:date>2019-01-15T19:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert nested JSON output into a single table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1530640#M7422</link>
      <description>Not an expert by any mean on JSON&lt;BR /&gt;but IMHO JSON nesting basically means its different json objects or "tables"/"datastructures" (for the lack of a better term) underneath the hood. Which is why you are getting multiple tables.&lt;BR /&gt;&lt;BR /&gt;like i mentioned before to covert to a flat structure you need to de-normalize.&lt;BR /&gt;&lt;BR /&gt;Hope i understood correctly</description>
      <pubDate>Tue, 15 Jan 2019 20:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1530640#M7422</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-01-15T20:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert nested JSON output into a single table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1533805#M7423</link>
      <description>&lt;P&gt;Hi Lightsection,&lt;/P&gt;&lt;P&gt;I understand your struggle. We also faced this problem working with JIRA API and we added this feature as an out-the-box feature of our connector.&lt;BR /&gt;&lt;BR /&gt;I hope it helps you!&lt;BR /&gt;&lt;BR /&gt;Here is a video to see it in action:&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FvIu-VdyZm3A%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DvIu-VdyZm3A&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FvIu-VdyZm3A%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="400" height="225" scrolling="no" title="In 2 minutes with LLodi: Extract a nested JSON into a Qlik table" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 12:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-convert-nested-JSON-output-into-a-single-table/m-p/1533805#M7423</guid>
      <dc:creator>fernandobibian</dc:creator>
      <dc:date>2019-01-23T12:06:06Z</dc:date>
    </item>
  </channel>
</rss>

