<?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: Qlikview and Json api in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798931#M282142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get some data, but not able to transform it to csv. So I decided to do the interpretation of the JSON in QV script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jasper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 10:03:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-24T10:03:38Z</dc:date>
    <item>
      <title>Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798920#M282131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a reload script to add googlemaps data out of an api in a QVD.&lt;/P&gt;&lt;P&gt;This is the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; status,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(k)' as %Customer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [result/geometry/location/lat] as latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [result/geometry/location/lng] as longitude&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=$(address)&amp;amp;sensor=false" rel="nofollow"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=$(address)&amp;amp;sensor=false&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [GeocodeResponse]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I would like to get some information from an other side but the data I get back is in JSon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I translate this in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 15:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798920#M282131</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2015-01-30T15:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798921#M282132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps using QVSource is preferable to reinventing the wheel: &lt;A href="http://wiki.qvsource.com/General-Web-Connector-For-QlikView.ashx" title="http://wiki.qvsource.com/General-Web-Connector-For-QlikView.ashx"&gt;General JSON/XML/SOAP Web API Connector&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 18:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798921#M282132</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-30T18:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798922#M282133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView can't parse JSON natively as it's by design not a flat data structure. We do have a XML connector/parser however so you never know for the future... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However as Gysbert pointed out there are several partner offerings out there which can act as a middle layer for your JSON data, QV Source being one of them that I have used a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 18:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798922#M282133</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-01-30T18:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798923#M282134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;paste the following code to your module and activate jscript on the left of module window:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function getRow(obj) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var str = '';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var p in obj) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (obj.hasOwnProperty(p)) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; str += '"' + obj&lt;/P&gt;&lt;P&gt; + '",';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return str.slice(0, -1);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function getHeading(obj) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var str = '';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var p in obj) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (obj.hasOwnProperty(p)) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; str += '"' + p + '",';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return str.slice(0, -1);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function json2csv(jsonText, arrayName) {&lt;/P&gt;&lt;P&gt;var object = eval('(' + jsonText + ')');&lt;/P&gt;&lt;P&gt;eval( "var array = object." + arrayName );&lt;/P&gt;&lt;P&gt;var csv = '';&lt;/P&gt;&lt;P&gt;csv += getHeading(array[0]) + '\n';&lt;/P&gt;&lt;P&gt;for (var i=0; i&amp;lt;array.length; i++) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; csv += getRow(array&lt;I&gt;) + '\n';&lt;/I&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;return csv.slice(0, -1);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;after that you can load the json data in the script by function json2csv:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tmp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; json2csv(@1, '*******') as XXXX_csv &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From [&lt;/SPAN&gt;&lt;A class="jive-link-external-small unlinked" rel="nofollow"&gt;XXXXXXXXXXX./usecases/$(iUseCase)/$(sDate)/report.json&lt;/A&gt;&lt;SPAN&gt;] (txt, utf8, no labels, delimiter is '');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798923#M282134</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2015-01-30T19:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798924#M282135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks Frank.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm trying to use your solution.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Json1.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76856_Json1.JPG" style="height: 59px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I only need the url from the image. (after image_url)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How do I do this in the code?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Json.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/76857_Json.JPG" style="height: 127px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 09:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798924#M282135</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2015-02-02T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798925#M282136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the textbetween function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD TextBetween( XXXX_csv , 'image_url":"','","') as image_url;&lt;/P&gt;&lt;P&gt;LOAD json2csv(@1, 'image_url') as XXXX_csv&lt;/P&gt;&lt;P&gt;From .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the quotes make it hard to see but the three parameters for the textbetween function are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;XXXX_csv&lt;/LI&gt;&lt;LI&gt;image_url":"&lt;/LI&gt;&lt;LI&gt;","&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The second and third parameter are text values are therefore enclosed in single quotes in the textbetween function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 10:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798925#M282136</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-02T10:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798926#M282137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysebert.&lt;/P&gt;&lt;P&gt;This is working great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 10:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798926#M282137</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2015-02-02T10:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798927#M282138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, if your source json file contains only one image_url value you could try loading it as a text file using a WHERE clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD TextBetween(@1, 'image_url":"','","') as image_url&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://...etc" rel="nofollow"&gt;http://...etc&lt;/A&gt;&lt;SPAN&gt;] (txt, utf8, ...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WHERE substringcount(@1,'image_url":"');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 09:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798927#M282138</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-03T09:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798928#M282139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do decide to parse the text straight up I would recommend setting the ErrorMode and a safety check on ScriptError so your entire reload won't halt on parse errors but do halt on major errors, such as the endpoint being down or moved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 20:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798928#M282139</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-02-10T20:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798929#M282140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried to use the above to read data from a different API, but there's this (by now very annoying) message saying: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Cannot open file &lt;/P&gt;
&lt;P&gt;Wheather:&lt;/P&gt;
&lt;P&gt;LOAD * FROM_FIELD (Tmp, CSV)&lt;/P&gt;
&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I did:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Copy-past the jscript in the Editor&lt;/LI&gt;&lt;LI&gt;Activate jscript on the left&lt;/LI&gt;&lt;LI&gt;Created the script:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tmp:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; json2csv(@1, 'query.results.quote') as CSV&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://api.openweathermap.org/data/2.5/weather?q=London,uk" rel="nofollow"&gt;http://api.openweathermap.org/data/2.5/weather?q=London,uk&lt;/A&gt;&lt;SPAN&gt;] (txt, utf8, no labels, delimiter is ''); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weather:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * FROM_FIELD (Tmp, CSV)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop Table Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems as if no data is obtained from the API, while pasting this API in the browser does show data in JSON.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is very much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jasper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 12:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798929#M282140</guid>
      <dc:creator />
      <dc:date>2015-04-15T12:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798930#M282141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jasper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;json2csv(@1, 'weather') as CSV_&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://api.openweathermap.org/data/2.5/weather?q=London,uk" rel="nofollow"&gt;http://api.openweathermap.org/data/2.5/weather?q=London,uk&lt;/A&gt;&lt;SPAN&gt;] (txt, utf8, no labels, delimiter is ''); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quotes:&lt;/P&gt;&lt;P&gt;LOAD * FROM_FIELD (Tmp, CSV_)&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 13:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798930#M282141</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2015-04-16T13:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798931#M282142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get some data, but not able to transform it to csv. So I decided to do the interpretation of the JSON in QV script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jasper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798931#M282142</guid>
      <dc:creator />
      <dc:date>2015-04-24T10:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798932#M282143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to load a JSON file using the steps as mentioned by Fank. But I am not able to load that in qlikview. It reads the data in first step, but errors out when loading the second step as 'cannot read tmp'.&lt;/P&gt;&lt;P&gt;file source &lt;A href="http://78.46.48.103/sample/" title="http://78.46.48.103/sample/"&gt;Index of /sample/&lt;/A&gt; (city data)&lt;/P&gt;&lt;P&gt;script used : &lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;json2csv(@1, 'weather') as CSV_&lt;/P&gt;&lt;P&gt;From [xxx\city\city.list.json] (txt, utf8, no labels, delimiter is '');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quotes:&lt;/P&gt;&lt;P&gt;LOAD * FROM_FIELD (Tmp, CSV_)&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 03:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798932#M282143</guid>
      <dc:creator>parpatra</dc:creator>
      <dc:date>2015-06-10T03:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798933#M282144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; am trying to load a JSON file using the steps as mentioned by Fank. But I am not able to load that in qlikview. It reads the data in first step, but errors out when loading the second step as 'cannot read tmp'.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;file source (see attached city data)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="http://78.46.48.103/sample/"&gt;http://78.46.48.103/sample/&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;script used :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tmp:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;json2csv(@1, 'weather') as CSV_&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From [xxx\city\city.list.json] (txt, utf8, no labels, delimiter is '');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Quotes:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * FROM_FIELD (Tmp, CSV_)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 14:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798933#M282144</guid>
      <dc:creator>parpatra</dc:creator>
      <dc:date>2015-06-10T14:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798934#M282145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldn't post new questions on a thread that has been answered. Post your question as a new thread and referring to this thread instead with a link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 16:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798934#M282145</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-10T16:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798935#M282146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Partha&lt;/P&gt;&lt;P&gt;in the line:&lt;/P&gt;&lt;P&gt;-----&amp;gt; json2csv(@1, 'weather') as CSV_&lt;/P&gt;&lt;P&gt;you need to name the array in which the data you are looking for is placed.&lt;/P&gt;&lt;P&gt;In my example the array was named "weather". Just look for an array name in your json file&lt;/P&gt;&lt;P&gt;and QV should get some data from it&lt;/P&gt;&lt;P&gt;-----&amp;gt; json2csv(@1, 'arrayname') as CSV_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 19:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798935#M282146</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2015-06-10T19:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798936#M282147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88990_Capture.JPG" style="height: 330px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;This is my data file. I do not see a array name here. Can you please help here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 22:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798936#M282147</guid>
      <dc:creator>parpatra</dc:creator>
      <dc:date>2015-06-10T22:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and Json api</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798937#M282148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the structure of you json file does not fit. In your json file there are only curly brackets, but the data within the array should be surrounded by theses brackets [ ]&lt;/P&gt;&lt;P&gt;you can only use this macro if the json output has the correct format.&lt;/P&gt;&lt;P&gt;for example see the attached json file (there are two arrays: responseTime and Availibility)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 07:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-Json-api/m-p/798937#M282148</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2015-06-11T07:21:17Z</dc:date>
    </item>
  </channel>
</rss>

