<?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: Parsing JSON in QlikSense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76449#M5091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, reading nested structures is what I need...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2018 13:26:18 GMT</pubDate>
    <dc:creator>master_t</dc:creator>
    <dc:date>2018-06-08T13:26:18Z</dc:date>
    <item>
      <title>Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76446#M5088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I have a json string in a QlikSense script, like:&lt;/P&gt;&lt;P&gt;let x = '{"name":"foo", "surname":"bar"}';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I read a specific value from it, like for example the "name" value, without having to manually manipulate the string? In other words, is there a JSON parser in QlikSense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 12:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76446#M5088</guid>
      <dc:creator>master_t</dc:creator>
      <dc:date>2018-06-08T12:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76447#M5089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a JSON parser in Qlik Sense although it hasn't been documented. Maybe that is because it only handles "flat" JSON files and not nested structures - I don't know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can not be invoked on variables but it can read JSON from files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76447#M5089</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-08T13:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76448#M5090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An example with your specific JSON in a file called test.json would look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name, surname&lt;/P&gt;&lt;P&gt; FROM [lib://DATA/test.json] &lt;STRONG&gt;(json)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76448#M5090</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-08T13:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76449#M5091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, reading nested structures is what I need...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76449#M5091</guid>
      <dc:creator>master_t</dc:creator>
      <dc:date>2018-06-08T13:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76450#M5092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is also possible to load from an INLINE table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;SOMEJSON:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;json_field&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;{"name":"foo", "surname":"bar"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;{"name":"barry", "surname":"fool"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;{"name":"fu", "surname":"bal"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;] (txt,delimiter is \t);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;PARSED_JSON:&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp; name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp; surname &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;FROM_FIELD &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp; ( SOMEJSON,json_field ) &lt;STRONG&gt;(json)&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-06-08 15_32_51-Microsoft Edge.png" class="jive-image image-1" src="/legacyfs/online/204708_2018-06-08 15_32_51-Microsoft Edge.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76450#M5092</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-08T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76451#M5093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well then you will have to resort to much more load script scripting... It can become pretty complicated if you want want to be able any type of nested nested structure. But if it is a predefined and well-defined static structure with very few levels it would absolutely be feasible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/76451#M5093</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-08T13:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/1579510#M42295</link>
      <description>Hi Petter,&lt;BR /&gt;How did you find out about this feature?&lt;BR /&gt;Cheers,&lt;BR /&gt;Rick</description>
      <pubDate>Mon, 13 May 2019 13:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/1579510#M42295</guid>
      <dc:creator>RickWild64</dc:creator>
      <dc:date>2019-05-13T13:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/2122516#M91377</link>
      <description>&lt;P&gt;I get the following error when I use the From_Field function:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CasperQlik_0-1695719972461.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117085iE57B0DDC664370A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CasperQlik_0-1695719972461.png" alt="CasperQlik_0-1695719972461.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CasperQlik_1-1695720069255.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117086i56B3E439968A2366/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CasperQlik_1-1695720069255.png" alt="CasperQlik_1-1695720069255.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any help is appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 14:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/2122516#M91377</guid>
      <dc:creator>CasperQlik</dc:creator>
      <dc:date>2023-09-26T14:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/2127544#M91748</link>
      <description>&lt;P&gt;Hi Petter,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any solution data load "Qliksense "read&amp;nbsp; the SQL table having&amp;nbsp; couple of fields having various JSON format values ,what is appropriate way to LOAD in model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly suggest if you aware&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;P&gt;Harshal&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 14:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/2127544#M91748</guid>
      <dc:creator>harshal852001</dc:creator>
      <dc:date>2023-10-11T14:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/2475317#M100115</link>
      <description>&lt;P&gt;I got the same error, did you find any solution for this?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 12:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/2475317#M100115</guid>
      <dc:creator>Dataguy46</dc:creator>
      <dc:date>2024-08-08T12:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON in QlikSense?</title>
      <link>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/2475322#M100116</link>
      <description>&lt;P&gt;Yes I did. Check out my response here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/FROM-FIELD-Is-very-powerful-It-helped-me-parse-JSON-data-stored/bc-p/2122378#M9791" target="_blank"&gt;FROM_FIELD() - Is very powerful! It helped me pars... - Qlik Community - 2076344&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 13:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parsing-JSON-in-QlikSense/m-p/2475322#M100116</guid>
      <dc:creator>CasperQlik</dc:creator>
      <dc:date>2024-08-08T13:04:36Z</dc:date>
    </item>
  </channel>
</rss>

