<?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: What is a connector and what can you use it against? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388986#M701938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Out of the box QlikView can load from http servers and from ftp servers, so for these you do not need any connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, you can connect to ODBC and OLEDB. In principle, the ability to connect to ODBC and OLEDB is a connector supplied by QlikTech. But you could also develop a connector yourself, if you have a special database. Then QlikView will send the SELECT statement of the script to this connector instead of to ODBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several of the QlikTech partners have connectors to different data sources, and QlikTech supplies one additional connector, the SAP connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Oct 2012 20:33:17 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2012-10-07T20:33:17Z</dc:date>
    <item>
      <title>What is a connector and what can you use it against?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388985#M701937</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;Can someone explain what is a connector? Why would you have this? And can you connect to any web page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2012 20:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388985#M701937</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2012-10-07T20:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is a connector and what can you use it against?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388986#M701938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Out of the box QlikView can load from http servers and from ftp servers, so for these you do not need any connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, you can connect to ODBC and OLEDB. In principle, the ability to connect to ODBC and OLEDB is a connector supplied by QlikTech. But you could also develop a connector yourself, if you have a special database. Then QlikView will send the SELECT statement of the script to this connector instead of to ODBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several of the QlikTech partners have connectors to different data sources, and QlikTech supplies one additional connector, the SAP connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2012 20:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388986#M701938</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-10-07T20:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is a connector and what can you use it against?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388987#M701939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen thisexample that has a Facebook connector that pulls data from the website? Is tis correct what I am saying? If so can you do this to any website?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2012 20:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388987#M701939</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2012-10-07T20:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is a connector and what can you use it against?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388988#M701940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not need a connector to load from a web page. Try the following load statement in a script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Country name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ccTLD, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ISO 3166-2], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Notes&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="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2"&gt;http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @4);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To generate this you should click on the "web files" button in the script editor, then enter the URL, then choose which table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more on a facebook connector, see&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-1070"&gt;http://community.qlik.com/docs/DOC-1070&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/115444#115444"&gt;http://community.qlik.com/message/115444#115444&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2012 21:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388988#M701940</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-10-07T21:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is a connector and what can you use it against?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388989#M701941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henric thanks for the feedback!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how did you know when you pulling data from that wiki page which fields to load in and to know which table ti choose? i.e. table&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; @4 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So if i wanted to pull data from the wiki page of QlikTech but only the History section, how would you go about this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;A class="loading" href="http://en.wikipedia.org/wiki/QlikTech"&gt;http://en.wikipedia.org/wiki/QlikTech&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2012 21:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388989#M701941</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2012-10-07T21:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is a connector and what can you use it against?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388990#M701942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You investigate the html source or you try table by table in the file wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23052" class="jive-image-thumbnail jive-image" onclick="" alt="web files.png" src="/legacyfs/online/23052_web files.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 06:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388990#M701942</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-10-08T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is a connector and what can you use it against?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388991#M701943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henric very thanks for your advice! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I get the history from the following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://en.wikipedia.org/wiki/QlikView"&gt;http://en.wikipedia.org/wiki/QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 19:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388991#M701943</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2012-10-08T19:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is a connector and what can you use it against?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388992#M701944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically you can load a web site line-wise like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD RecNo() as Rec, @1:n as Line&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[&lt;A class="jive-link-external-small" href="http://en.wikipedia.org/wiki/QlikView"&gt;http://en.wikipedia.org/wiki/QlikView&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;(fix, utf8);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can process/filter the rows of the resulting resident table and make string operations on the tags with string functions like Replace (tags) and BetweenText etc. Or just pick out the rows you need by number if it's a fixed web site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a small example which uses the HtmlTextBox Object Extension from Stefan Walther:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23423" alt="HtmlTextBoxExtension.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/23423_HtmlTextBoxExtension.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://www.qlikblog.at/1579/qliktip-39-displaying-html-content-minimalistic-htmltextbox-object-extension/" title="http://www.qlikblog.at/1579/qliktip-39-displaying-html-content-minimalistic-htmltextbox-object-extension/"&gt;http://www.qlikblog.at/1579/qliktip-39-displaying-html-content-minimalistic-htmltextbox-object-extension/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 17:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-a-connector-and-what-can-you-use-it-against/m-p/388992#M701944</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2012-10-12T17:54:38Z</dc:date>
    </item>
  </channel>
</rss>

