<?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 load JSON file data in to qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662199#M448909</link>
    <description>&lt;P&gt;hi kumar,&lt;BR /&gt;nativly Qlikview does not support consuming json files.&lt;BR /&gt;Either you will have to setup the qlik rest connector (but the jsonfile has to present as a webfile)&lt;BR /&gt;or you can use the Premium Qlik General Web Connector as Darren mentioned, or you can go with the Dummy-solution Taoufiq proposed and make use of the jscript macro to extract the json file locally. Another option would be to start a small python or powershell script inside scriptmodule which is extracting the json data&lt;BR /&gt;and saving the output to a predefined folder which then can be used for further loading in qlikscript!&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2020 17:14:05 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2020-01-02T17:14:05Z</dc:date>
    <item>
      <title>how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1657692#M448460</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have data that come in JSON file ( ABC.json) with following info. Need help as how to load the data in qlikview.&lt;/P&gt;&lt;P&gt;[&amp;nbsp; &amp;nbsp;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "ID" : "1234",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "Details" : "Product A"&lt;/P&gt;&lt;P&gt;} , {&lt;/P&gt;&lt;P&gt;"ID" : "1222",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"Details" : "Product B"&lt;/P&gt;&lt;P&gt;}&amp;nbsp; ]&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1657692#M448460</guid>
      <dc:creator>Kumar6872</dc:creator>
      <dc:date>2024-11-16T19:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1657765#M448465</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I suggest you see these solutions:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Load-Data-by-Script-with-JSON/td-p/1235048" target="_self"&gt;Solution1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/JSON-Loader/ta-p/1488034" target="_self"&gt;Solution2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;personally I prefer to convert the Json file to CSV and work with CSV.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 19:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1657765#M448465</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-14T19:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1659533#M448631</link>
      <description>&lt;P&gt;Did the post you received help with your use case?&amp;nbsp; If so, be sure you return to the thread and use the Accept as Solution button on that post to give the poster credit for the assistance and let other Community Members know it worked.&amp;nbsp; If you are still looking for further guidance, leave an update.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 20:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1659533#M448631</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-19T20:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1659537#M448632</link>
      <description>&lt;P&gt;But does QLikview officially support JSON?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 20:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1659537#M448632</guid>
      <dc:creator>Kumar6872</dc:creator>
      <dc:date>2019-12-19T20:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1660143#M448683</link>
      <description>&lt;P&gt;I see nothing in the Help regarding JSON connectors, so the best I can offer at this point would be for you to reach out to your account manager to see if they can provide information regarding how customers are addressing things, and here is the Connector Help link in case you want to check yourself:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Content/Connectors_Home/Home.htm#J" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Content/Connectors_Home/Home.htm#J&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 14:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1660143#M448683</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-23T14:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1660867#M448755</link>
      <description>&lt;P&gt;We are the first people who have been asked to use JSON files as inputs for the Qlikview.&lt;/P&gt;&lt;P&gt;Does QLikview officially supports loading JSON files to qlikview? I am also having issues with the date feilds not read correctly by Qlikview.&lt;/P&gt;&lt;P&gt;I am using the following code to load the JSON files but when the JSON file size is more than 400 to 500 MB then scripts failed to load.&lt;/P&gt;&lt;P&gt;[..\..\Projects\dailysales.json]&lt;BR /&gt;(json, utf8, embedded labels, no quotes, no eof);&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 19:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1660867#M448755</guid>
      <dc:creator>Kumar6872</dc:creator>
      <dc:date>2019-12-26T19:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1660868#M448756</link>
      <description>&lt;P&gt;can you share the code ?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 19:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1660868#M448756</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-26T19:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662044#M448887</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Further to Brett's response, you may be able to use the Premium Qlik General Web Connector, which can be found as part of the Qlik Web Connector's package.&lt;/P&gt;
&lt;P&gt;Here you are able to consume JSON which could be from an API response or a local file on your machine.&lt;/P&gt;
&lt;P&gt;From the General Web Connector's tables, select something like JSONToXMLRaw (recommended), which can be consumed by Qlik or JSONToTable, where the connector will attempt to convert the JSON to a table, which again can be consumed by Qlik.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 440px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26265iA8B494BE9622C2E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Click 'Parameters' to configure the connector for this table and in&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;the case of a local JSON file select FILE from the 'Request Method' list:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 393px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26266i3B81E95909FB5ECC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorDarren_Ball_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;(If the JSON is a response from a Rest API request, then you'd set this to 'GET')&lt;/P&gt;
&lt;P&gt;In the 'Request URI' box underneath, enter the file's path and name:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 349px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26268i5F40110F2B46366C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;(In the case of using an API, this will be the API call)&lt;/P&gt;
&lt;P&gt;In reading a local file, you will need to give the Qlik Web Connectors permission to read files. This can be done by editing the deploy.config file in something like Notepad and making the appropriate change. If you search for&amp;nbsp; &amp;lt;FileSystemAccessAllowedPaths&amp;gt;" in the config file you'll see where to make the change and some examples.&lt;/P&gt;
&lt;P&gt;Clicking the green 'save and run table' at the bottom will process the request and you'll see a preview to the right:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 803px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26269iCC2911782B018925/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can then use the Tabs along the top to get the relevant script to place into your Qlik app, which when run will pull the data into it.&lt;/P&gt;
&lt;P&gt;You can get the Qlik Web Connectors from the Qlik download site. As this is a Premium connector, you'll need to contact your local Qlik office or partner to get a relevant Licence file with this connector enabled.&lt;/P&gt;
&lt;P&gt;I hope this helps to clarify how to use the Qlik Web Connectors and JSON data together.&lt;/P&gt;
&lt;P&gt;Darren&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 11:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662044#M448887</guid>
      <dc:creator>Darren_Ball</dc:creator>
      <dc:date>2020-01-02T11:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662187#M448907</link>
      <description>&lt;P&gt;Thanks, is it for Qlikview or QlikSense..&lt;/P&gt;&lt;P&gt;I am using Qlikview&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 16:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662187#M448907</guid>
      <dc:creator>Kumar6872</dc:creator>
      <dc:date>2020-01-02T16:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662199#M448909</link>
      <description>&lt;P&gt;hi kumar,&lt;BR /&gt;nativly Qlikview does not support consuming json files.&lt;BR /&gt;Either you will have to setup the qlik rest connector (but the jsonfile has to present as a webfile)&lt;BR /&gt;or you can use the Premium Qlik General Web Connector as Darren mentioned, or you can go with the Dummy-solution Taoufiq proposed and make use of the jscript macro to extract the json file locally. Another option would be to start a small python or powershell script inside scriptmodule which is extracting the json data&lt;BR /&gt;and saving the output to a predefined folder which then can be used for further loading in qlikscript!&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 17:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662199#M448909</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2020-01-02T17:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662201#M448910</link>
      <description>&lt;P&gt;Here is the Help link to the General Web Connector Darren mentioned too, but please note this connector requires a license, you would need to contact your account manager about that in order to be able to use this connection.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-Source-Connectors/General-Web-Connector.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-Source-Connectors/General-Web-Connector.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 17:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662201#M448910</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-02T17:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to load JSON file data in to qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662341#M448923</link>
      <description>&lt;P&gt;The Qik Web Connectors is a separately installed Qlik product that is a web service "listening out" for Qlik requests, as such it works with both QlikView and Qlik Sense.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 09:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-JSON-file-data-in-to-qlikview/m-p/1662341#M448923</guid>
      <dc:creator>Darren_Ball</dc:creator>
      <dc:date>2020-01-03T09:40:38Z</dc:date>
    </item>
  </channel>
</rss>

