<?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 JSON as text through REST Connector (Qlik Sense Enterprise for Windows) in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2542853#M3536</link>
    <description>&lt;P&gt;You can do&amp;nbsp;for example &lt;EM&gt;LOAD * from xyz.json (json);&lt;/EM&gt; - see&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/Scripting/working-with-JSON.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/Scripting/working-with-JSON.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Feb 2026 07:45:13 GMT</pubDate>
    <dc:creator>henrikalmen</dc:creator>
    <dc:date>2026-02-12T07:45:13Z</dc:date>
    <item>
      <title>Load JSON as text through REST Connector (Qlik Sense Enterprise for Windows)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2516923#M3249</link>
      <description>&lt;P&gt;Hey everybody,&lt;BR /&gt;&lt;BR /&gt;does anyone know wether it is possible to retreive the raw response of an API call (typically JSON) through the REST Connector as a text blob in order to use the JSONGet() function on it?&lt;BR /&gt;I'd like to use the JSONGet() function but I don't know how to use it on the REST Connector or if it's even possible when loading JSON through the connector.&lt;BR /&gt;When reading from a file or Inline Loading JSON I have more possibilities to parse out what I need.&lt;BR /&gt;&lt;BR /&gt;So far I managed setting up the connector, but the automatically generated code that tries to pluck my response apart is kinda meh due to the structure of my response being sub-optimal. I also would like to avoid external scripts, so my ETL stays within Qlik Sense.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 08:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2516923#M3249</guid>
      <dc:creator>NoNameFound</dc:creator>
      <dc:date>2025-05-07T08:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load JSON as text through REST Connector (Qlik Sense Enterprise for Windows)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2517089#M3251</link>
      <description>&lt;P&gt;One idea could be to take a look att QSEoW version May 2025 that was released today, apparently there's now native json support in Qlik Sense:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Release-Notes/Sense-Enterprise-on-Windows-release-notes-May-2025-Initial/ta-p/2516914" target="_blank"&gt;https://community.qlik.com/t5/Release-Notes/Sense-Enterprise-on-Windows-release-notes-May-2025-Initial/ta-p/2516914&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 08:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2517089#M3251</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-05-08T08:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load JSON as text through REST Connector (Qlik Sense Enterprise for Windows)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2517108#M3252</link>
      <description>&lt;P&gt;Amazing timing, I'll look into it. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 09:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2517108#M3252</guid>
      <dc:creator>NoNameFound</dc:creator>
      <dc:date>2025-05-08T09:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load JSON as text through REST Connector (Qlik Sense Enterprise for Windows)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2542837#M3535</link>
      <description>&lt;P&gt;Hi, were you able to get it working? I'm facing a similar issue. Our JSON response is dynamic, and I can't load it without the script editor generating the script beforehand. I’d like to download the raw response first and then transform it in the subsequent script logic.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 02:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2542837#M3535</guid>
      <dc:creator>KHSDM</dc:creator>
      <dc:date>2026-02-12T02:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load JSON as text through REST Connector (Qlik Sense Enterprise for Windows)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2542853#M3536</link>
      <description>&lt;P&gt;You can do&amp;nbsp;for example &lt;EM&gt;LOAD * from xyz.json (json);&lt;/EM&gt; - see&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/Scripting/working-with-JSON.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/Scripting/working-with-JSON.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 07:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2542853#M3536</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2026-02-12T07:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load JSON as text through REST Connector (Qlik Sense Enterprise for Windows)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2542855#M3537</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/30479"&gt;@KHSDM&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I wasn't able to get it to work using Qlik alone, but resorted to Python instead.&amp;nbsp;&lt;BR /&gt;The issue here is, that you cannot parse out what you don't explicitly know when using the REST Connector.&lt;BR /&gt;I've had the issue, that my top-level-elements were all random integers, so not iterable and therefore very not cool.&lt;BR /&gt;&lt;BR /&gt;Yet&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45410"&gt;@henrikalmen&lt;/a&gt;&amp;nbsp;has a good point here. If you can manage to place your JSON data as a file on a file server, you can load it as&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45410"&gt;@henrikalmen&lt;/a&gt;&amp;nbsp;described here just like you would do with a regular Excel sheet for example.&lt;BR /&gt;&lt;BR /&gt;Qlik is way more powerful with JSON, when it does not come from a REST Connector endpoint, but rather as a file from a file server or your local hard drive or whatever may be the case.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 08:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2542855#M3537</guid>
      <dc:creator>NoNameFound</dc:creator>
      <dc:date>2026-02-12T08:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load JSON as text through REST Connector (Qlik Sense Enterprise for Windows)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2542858#M3538</link>
      <description>&lt;P&gt;Perhaps you could use the generic web connector, and specify the format as json. This principle works for me, but it might depend on where the data is fetched from:&lt;/P&gt;&lt;P&gt;jsontable: load * from [lib://My Generic Web Connector] (url is "&lt;A href="https://api....com/data" target="_blank"&gt;https://api....com/data&lt;/A&gt;", json);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 09:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Load-JSON-as-text-through-REST-Connector-Qlik-Sense-Enterprise/m-p/2542858#M3538</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2026-02-12T09:02:00Z</dc:date>
    </item>
  </channel>
</rss>

