<?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 How To connect a URL dynamically in the Load Script in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-To-connect-a-URL-dynamically-in-the-Load-Script/m-p/1701301#M5134</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an API which will return me only 100 records at a time. in order to receive the next 100 records I have to use (URL)+(rec=101) which will get me next 100 rec. Similar way I have to collect all the data for the day and store them in a QVD to use in an app. The data source is a CSV file.&lt;/P&gt;&lt;P&gt;[Data_Extract]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;agent,&lt;/P&gt;&lt;P&gt;record_number&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp;&lt;FONT&gt;CSV (header on, delimiter ",", quote """") "Data_Extract" QDL&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;WITH CONNECTION (&lt;BR /&gt;url "$(resturl)""$(RecMax)",&lt;BR /&gt;QUERY "type" "CSV",&lt;BR /&gt;QUERY "size" "",&lt;BR /&gt;HTTPHEADER "auth_type" "token",&lt;BR /&gt;HTTPHEADER "token" "11111111111111111",&lt;BR /&gt;BODY "Post this");&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp; not getting the values correctly.&lt;/P&gt;&lt;P&gt;here resturl is the url and RecMax is the Max(Num_of_rec) from the QVD of first 100 records extracted manually.&lt;/P&gt;&lt;P&gt;I am not sure how to proceed on this.&amp;nbsp; Please give me some suggestion to proceed on the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2020 00:06:04 GMT</pubDate>
    <dc:creator>SVM2020</dc:creator>
    <dc:date>2020-05-13T00:06:04Z</dc:date>
    <item>
      <title>How To connect a URL dynamically in the Load Script</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-To-connect-a-URL-dynamically-in-the-Load-Script/m-p/1701301#M5134</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an API which will return me only 100 records at a time. in order to receive the next 100 records I have to use (URL)+(rec=101) which will get me next 100 rec. Similar way I have to collect all the data for the day and store them in a QVD to use in an app. The data source is a CSV file.&lt;/P&gt;&lt;P&gt;[Data_Extract]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; channel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;agent,&lt;/P&gt;&lt;P&gt;record_number&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp;&lt;FONT&gt;CSV (header on, delimiter ",", quote """") "Data_Extract" QDL&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;WITH CONNECTION (&lt;BR /&gt;url "$(resturl)""$(RecMax)",&lt;BR /&gt;QUERY "type" "CSV",&lt;BR /&gt;QUERY "size" "",&lt;BR /&gt;HTTPHEADER "auth_type" "token",&lt;BR /&gt;HTTPHEADER "token" "11111111111111111",&lt;BR /&gt;BODY "Post this");&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp; not getting the values correctly.&lt;/P&gt;&lt;P&gt;here resturl is the url and RecMax is the Max(Num_of_rec) from the QVD of first 100 records extracted manually.&lt;/P&gt;&lt;P&gt;I am not sure how to proceed on this.&amp;nbsp; Please give me some suggestion to proceed on the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 00:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-To-connect-a-URL-dynamically-in-the-Load-Script/m-p/1701301#M5134</guid>
      <dc:creator>SVM2020</dc:creator>
      <dc:date>2020-05-13T00:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: How To connect a URL dynamically in the Load Script</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-To-connect-a-URL-dynamically-in-the-Load-Script/m-p/1703634#M5174</link>
      <description>&lt;P&gt;I can not tell from you example how you increment the record position in the URL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you looked at any example like this,&amp;nbsp; on how to iterate over multiple URL requests during load?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/REST-connector-Using-WITH-CONNECTION/ba-p/1523257" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/REST-connector-Using-WITH-CONNECTION/ba-p/1523257&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 00:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-To-connect-a-URL-dynamically-in-the-Load-Script/m-p/1703634#M5174</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2020-05-20T00:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: How To connect a URL dynamically in the Load Script</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-To-connect-a-URL-dynamically-in-the-Load-Script/m-p/1703879#M5181</link>
      <description>&lt;P&gt;Thanks Tonikautto. It works.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 14:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-To-connect-a-URL-dynamically-in-the-Load-Script/m-p/1703879#M5181</guid>
      <dc:creator>SVM2020</dc:creator>
      <dc:date>2020-05-20T14:12:28Z</dc:date>
    </item>
  </channel>
</rss>

