<?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 import data using REST connector plugin in Qlik in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430569#M7152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That link works fine here - suggest you re-try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With SharePoint a lot depends on the version of SharePoint and how it is configured.&amp;nbsp; Some versions allow you to refer to items in SharePoint as folder shares.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This article looks like it could be useful regarding the SharePoint REST API:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service" title="https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service"&gt;Get to know the SharePoint REST service | Microsoft Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would require the REST connector, and some kind of authentication as Michael refers to in his post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would highly recommend the use of PostMan as well for exploring APIs (&lt;A href="https://www.getpostman.com/" title="https://www.getpostman.com/"&gt;https://www.getpostman.com/&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2017 09:15:34 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2017-12-06T09:15:34Z</dc:date>
    <item>
      <title>How to import data using REST connector plugin in Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430566#M7149</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 installed 64 bit Qlik REST connector Plugin in my PC and am trying to import data from any one URL&amp;nbsp; link for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL: &lt;A href="https://en.wikipedia.org/wiki/Demographics_of_India" title="https://en.wikipedia.org/wiki/Demographics_of_India" target="_blank"&gt;Demographics of India - Wikipedia&lt;/A&gt;&amp;nbsp; through REST connector, I am unable to fetch data. I am facing below issue in Qlik.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185803_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the solution??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use Rest Connector In Qlikview?? Please provide solution asap.&lt;/P&gt;&lt;P&gt;&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>Fri, 02 Apr 2021 08:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430566#M7149</guid>
      <dc:creator>cosc7070</dc:creator>
      <dc:date>2021-04-02T08:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to import data using REST connector plugin in Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430567#M7150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need the REST connector for that data source, rather just put the URL in after clicking the &lt;STRONG&gt;Web Files&lt;/STRONG&gt; button.&amp;nbsp; You will then find you can explore the various tables in the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will end up with a script like this, to pull the :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Rank,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [State/UT],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Population[48],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Percent (%)],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Male,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Female,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sex Ratio],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rural[49],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Urban[49],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Area[50] (km2)",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Density (per km2)]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://en.wikipedia.org/wiki/Demographics_of_India" rel="nofollow" target="_blank"&gt;https://en.wikipedia.org/wiki/Demographics_of_India&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is [Population distribution by states/union territories (2011)]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first table on the page needs a bit more tweaking, as it has two header rows, but it's not too much of a faff.&amp;nbsp; Other tables are all straight forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use the REST connector for a different data source this post by &lt;A href="https://community.qlik.com/qlik-users/249188"&gt;catalystmichael&lt;/A&gt;‌ is a good one:&lt;/P&gt;&lt;P&gt;&lt;A href="https://adventuresinqlik.com/2017/11/12/spotify-rest-qlik/" title="https://adventuresinqlik.com/2017/11/12/spotify-rest-qlik/"&gt;https://adventuresinqlik.com/2017/11/12/spotify-rest-qlik/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 18:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430567#M7150</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-12-05T18:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to import data using REST connector plugin in Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430568#M7151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Steve Dark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to open below link. please share any alternative link.&lt;/P&gt;&lt;P&gt; &lt;A class="jive-link-external-small" href="https://adventuresinqlik.com/2017/11/12/spotify-rest-qlik/" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #3778c7;"&gt;ttps://adventuresinqlik.com/2017/11/12/spotify-rest-qlik/&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to fetch XML data from SharePoint list to Qlik. In this case I guess We need "Rest Connector plugin"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without REST connector How can I fetch XML data from SharePoint list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible without REST connector?? Please share your valuable ideas.&lt;/P&gt;&lt;P&gt;&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, 06 Dec 2017 06:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430568#M7151</guid>
      <dc:creator>cosc7070</dc:creator>
      <dc:date>2017-12-06T06:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to import data using REST connector plugin in Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430569#M7152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That link works fine here - suggest you re-try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With SharePoint a lot depends on the version of SharePoint and how it is configured.&amp;nbsp; Some versions allow you to refer to items in SharePoint as folder shares.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This article looks like it could be useful regarding the SharePoint REST API:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service" title="https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service"&gt;Get to know the SharePoint REST service | Microsoft Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would require the REST connector, and some kind of authentication as Michael refers to in his post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would highly recommend the use of PostMan as well for exploring APIs (&lt;A href="https://www.getpostman.com/" title="https://www.getpostman.com/"&gt;https://www.getpostman.com/&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430569#M7152</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-12-06T09:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to import data using REST connector plugin in Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430570#M7153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot Steve..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have any sample application? or Any step by step process screen shots. Please share it you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement:&lt;/STRONG&gt; SharePoint list XML using REST connector plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Subbu &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 14:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430570#M7153</guid>
      <dc:creator>cosc7070</dc:creator>
      <dc:date>2017-12-06T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to import data using REST connector plugin in Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430571#M7154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I've not had a requirement to do this recently so don't have any sample code I can share, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 14:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-import-data-using-REST-connector-plugin-in-Qlik/m-p/1430571#M7154</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-12-06T14:31:54Z</dc:date>
    </item>
  </channel>
</rss>

