<?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: Load statement for a complex, nested JSON-file in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520334#M106405</link>
    <description>&lt;P&gt;Hi Buschdoktor,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;you might want to consider upgrading to May 2025, works quite well in the load editor.&amp;nbsp;&lt;BR /&gt;See here on how to load json data from a file:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/working-with-JSON.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/working-with-JSON.htm&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I know it says Qlik Cloud, but it works on premise now, too.&lt;/P&gt;&lt;P&gt;Below I've attached an arbitrary demo file and a screen-cap of how it is loaded in the load editor.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When loading like this, Qlik automatically splits nested data into its own table and connects it to the rest of the data through a hash used as a key.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jun 2025 07:13:32 GMT</pubDate>
    <dc:creator>NoNameFound</dc:creator>
    <dc:date>2025-06-06T07:13:32Z</dc:date>
    <item>
      <title>Load statement for a complex, nested JSON-file</title>
      <link>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520253#M106393</link>
      <description>&lt;P&gt;Hi ev'ryone,&lt;/P&gt;&lt;P&gt;I'm trying to create a load statement for a json file for the first time in Qlik Sense and ask for your help.&lt;BR /&gt;The structure of the json file looks like this:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;field1:value,&lt;BR /&gt;field2:value,&lt;BR /&gt;field3:{subfield1:value,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;subfield2:value},&lt;BR /&gt;field4:value,&lt;BR /&gt;field5:[&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{subfield_a:value,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; subfield_b:value},&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{subfield_a:another value,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; subfield_b:another value}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;BR /&gt;field6&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I would appreciate any help you can offer to create a working load statement.&lt;/P&gt;&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 12:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520253#M106393</guid>
      <dc:creator>der_buschdoktor</dc:creator>
      <dc:date>2025-06-05T12:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load statement for a complex, nested JSON-file</title>
      <link>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520267#M106396</link>
      <description>&lt;P&gt;Are you trying to load&amp;nbsp;directly from a file or do you receive the data through the REST connector?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 14:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520267#M106396</guid>
      <dc:creator>NoNameFound</dc:creator>
      <dc:date>2025-06-05T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load statement for a complex, nested JSON-file</title>
      <link>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520308#M106400</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are in Qlik Cloud Environment, JSON files are fully supported.&lt;/P&gt;&lt;P&gt;If you are in Qlik Desktop May 2025 patch 1 , its fully supported too.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rafaelencinas_0-1749160749318.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181082i00237E8FF661507E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rafaelencinas_0-1749160749318.png" alt="rafaelencinas_0-1749160749318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It makes your work easier !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 22:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520308#M106400</guid>
      <dc:creator>rafaelencinas</dc:creator>
      <dc:date>2025-06-05T22:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load statement for a complex, nested JSON-file</title>
      <link>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520319#M106402</link>
      <description>&lt;P&gt;directly from a file&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 04:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520319#M106402</guid>
      <dc:creator>der_buschdoktor</dc:creator>
      <dc:date>2025-06-06T04:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load statement for a complex, nested JSON-file</title>
      <link>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520320#M106403</link>
      <description>&lt;P&gt;Hi, we're still on November '24, Patch 8.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 04:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520320#M106403</guid>
      <dc:creator>der_buschdoktor</dc:creator>
      <dc:date>2025-06-06T04:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load statement for a complex, nested JSON-file</title>
      <link>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520334#M106405</link>
      <description>&lt;P&gt;Hi Buschdoktor,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;you might want to consider upgrading to May 2025, works quite well in the load editor.&amp;nbsp;&lt;BR /&gt;See here on how to load json data from a file:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/working-with-JSON.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/working-with-JSON.htm&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I know it says Qlik Cloud, but it works on premise now, too.&lt;/P&gt;&lt;P&gt;Below I've attached an arbitrary demo file and a screen-cap of how it is loaded in the load editor.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When loading like this, Qlik automatically splits nested data into its own table and connects it to the rest of the data through a hash used as a key.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 07:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520334#M106405</guid>
      <dc:creator>NoNameFound</dc:creator>
      <dc:date>2025-06-06T07:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load statement for a complex, nested JSON-file</title>
      <link>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520838#M106468</link>
      <description>&lt;P&gt;Thanks for your advice. We will uipdate Qlik Sense next week.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 09:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-statement-for-a-complex-nested-JSON-file/m-p/2520838#M106468</guid>
      <dc:creator>der_buschdoktor</dc:creator>
      <dc:date>2025-06-11T09:40:24Z</dc:date>
    </item>
  </channel>
</rss>

