<?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: Rest Connector - JSON response format issue - Qlik Sense in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571259#M10366</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To give you script here, i limited my data per page = 2 in API, so now it shows following preview.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Json API.png" style="width: 295px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10579iFA178761113C450E/image-dimensions/295x366?v=v2" width="295" height="366" role="button" title="Json API.png" alt="Json API.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here i attached script upto workspaces level.&lt;/P&gt;&lt;P&gt;If you see script only for two records it have big script, think if I load 1000+ records how it will be big script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward for your feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 21:27:16 GMT</pubDate>
    <dc:creator>minvestis</dc:creator>
    <dc:date>2019-04-18T21:27:16Z</dc:date>
    <item>
      <title>Rest Connector - JSON response format issue - Qlik Sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571249#M10364</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using rest connector to extract data from one of cloud based system.&lt;/P&gt;&lt;P&gt;While getting response from cloud system its shows me following structure.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Json API.png" style="width: 684px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10577i1FCE16A7EA7E1F69/image-size/large?v=v2&amp;amp;px=999" role="button" title="Json API.png" alt="Json API.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here, JSON format is providing each records as individual table (i.e. 25339455 - Actually this is row and here it act as a table due to JSON format), i want all this records into one single table.&lt;/P&gt;&lt;P&gt;Generally, all this records should show under Workspaces table but here its rows act as individual table. This leads to 1000+ table in my data model as this table contain 1000+ rows and all rows loading as individual table.&lt;/P&gt;&lt;P&gt;Can you help me how to get this format in one single table?&lt;/P&gt;&lt;P&gt;Let me know if you need more information for the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mayank Patel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571249#M10364</guid>
      <dc:creator>minvestis</dc:creator>
      <dc:date>2024-11-16T06:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector - JSON response format issue - Qlik Sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571253#M10365</link>
      <description>&lt;P&gt;Can you post the script of what shows if you load the data until Workspaces level? I mean if its possible to make&lt;/P&gt;&lt;P&gt;Workspaces:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&amp;nbsp;FROM root/workspaces (something);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just check the workspaces row&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 21:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571253#M10365</guid>
      <dc:creator>AxNoxy</dc:creator>
      <dc:date>2019-04-18T21:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector - JSON response format issue - Qlik Sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571259#M10366</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To give you script here, i limited my data per page = 2 in API, so now it shows following preview.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Json API.png" style="width: 295px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10579iFA178761113C450E/image-dimensions/295x366?v=v2" width="295" height="366" role="button" title="Json API.png" alt="Json API.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here i attached script upto workspaces level.&lt;/P&gt;&lt;P&gt;If you see script only for two records it have big script, think if I load 1000+ records how it will be big script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward for your feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 21:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571259#M10366</guid>
      <dc:creator>minvestis</dc:creator>
      <dc:date>2019-04-18T21:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector - JSON response format issue - Qlik Sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571261#M10367</link>
      <description>&lt;P&gt;I had some similar problem once with XML files, my solution thats its not&amp;nbsp; a mere&amp;nbsp; solution was to import all the code to a txt file and then add it as an Include Statement.&lt;/P&gt;&lt;P&gt;Hope you find your answer soon.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 21:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571261#M10367</guid>
      <dc:creator>AxNoxy</dc:creator>
      <dc:date>2019-04-18T21:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector - JSON response format issue - Qlik Sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571262#M10368</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Importing all the code to a txt file is not a proper solution as let say we have newly added records in cloud system then again we need to import new code in txt file.&lt;/P&gt;&lt;P&gt;And I have more then 5 entity similar this, which i need to configure in it.&lt;/P&gt;&lt;P&gt;Thanks that you looked in my query. I hope we get some solution for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12989"&gt;@Michael_Tarallo&lt;/a&gt;&amp;nbsp; : Hi Michael, Can you help me on this? Do we have any solution to fix this issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mayank Patel&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 23:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1571262#M10368</guid>
      <dc:creator>minvestis</dc:creator>
      <dc:date>2019-04-18T23:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector - JSON response format issue - Qlik Sense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1574026#M10417</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Mayank - let me see what I can do. Sorry for the delay.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 18:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-JSON-response-format-issue-Qlik-Sense/m-p/1574026#M10417</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2019-04-26T18:22:44Z</dc:date>
    </item>
  </channel>
</rss>

