<?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: Save Website URL to a Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148664#M375633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then this is probably a limitation of the FROM data source interface that doesn't know about the URL rewrite module that most web sites use since a long time. After all, it originated as a file interface...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2016 15:21:42 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-06-30T15:21:42Z</dc:date>
    <item>
      <title>Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148657#M375626</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;Strange one. I am scraping data from a website using the following URL format: &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;www.website.com/data/1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am incrementally increasing the 1, looping through about 100 pages. The problem is that while the above URL works for scraping the data, it is not the full URL - that is usually something like &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;www.website.com/data/1-Title_of_page&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to return the full URL Qlikview is reading from? I need everything after the first number to use as the title for the row and to link it to the rest of my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;: I should point out that I need to return the full URL in the script as a field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 13:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148657#M375626</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-30T13:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148658#M375627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don;t know where you want to add URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finaly, I suggest you to full URL like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim &amp;amp; '&amp;lt;URL&amp;gt;www.fullurl.com'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148658#M375627</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-06-30T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148659#M375628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to return the full URL in the script as a field. Then I'll be able to use that field to join my table to others using the URL as a key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148659#M375628</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-30T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148660#M375629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * INLINE[&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;Company&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FullURL:&lt;/P&gt;&lt;P&gt;Load Field,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field &amp;amp; '&amp;lt;URL&amp;gt;www.fulladdress' as Field&lt;/P&gt;&lt;P&gt;Resident Directory;&lt;/P&gt;&lt;P&gt;Drop Table Directory;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use that full URL into that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148660#M375629</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-06-30T14:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148661#M375630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. You misunderstand. I don't have the full URL, I only have the first part (which is enough for scraping). I am trying to find and return the full URL using a command similar to FilePath().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148661#M375630</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-30T14:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148662#M375631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try with the filexxxx() functions? FileName() for example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148662#M375631</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-30T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148663#M375632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah. Tried all of them but all they return is what's in the source location (i.e. text after the FROM statement) so all I'm getting are variations of &lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;www.website.com/data/1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148663#M375632</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-30T14:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148664#M375633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then this is probably a limitation of the FROM data source interface that doesn't know about the URL rewrite module that most web sites use since a long time. After all, it originated as a file interface...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 15:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148664#M375633</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-30T15:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148665#M375634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured that but was holding out for some hidden function that I hadn't heard of before &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 15:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148665#M375634</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-30T15:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Save Website URL to a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148666#M375635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be that some Qlik (formerly QVSource) Connector is able to return this meta-data to your script, as they were designed from the ground up to be web connectors. Not sure though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 15:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-Website-URL-to-a-Field/m-p/1148666#M375635</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-30T15:28:36Z</dc:date>
    </item>
  </channel>
</rss>

