<?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 load exclude data file to load? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-load-exclude-data-file-to-load/m-p/85549#M600388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i have few .csv files with file name filename1_20181025.csv,&amp;nbsp; filename1_20181026.csv, and filename1_20181026.csv.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;now i only want to start the loading from 20182026 onwards. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;How should i write in loading script??? please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Rgds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Jim&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2018 08:52:08 GMT</pubDate>
    <dc:creator>jim_chan</dc:creator>
    <dc:date>2018-10-29T08:52:08Z</dc:date>
    <item>
      <title>how to load exclude data file to load?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-exclude-data-file-to-load/m-p/85549#M600388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i have few .csv files with file name filename1_20181025.csv,&amp;nbsp; filename1_20181026.csv, and filename1_20181026.csv.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;now i only want to start the loading from 20182026 onwards. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;How should i write in loading script??? please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Rgds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Jim&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 08:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-exclude-data-file-to-load/m-p/85549#M600388</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-29T08:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to load exclude data file to load?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-load-exclude-data-file-to-load/m-p/85550#M600389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim, I think you can read all files from that folder and do a check for each filename, ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vDateStart = 20181026;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each filename in filelist('path\*.*')&lt;/P&gt;&lt;P&gt;LET vFileDate = TextBetween('$(filename)', '_', '.')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF $(vFileDate)&amp;gt;=$(vDateStart) THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; // Load file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LOAD...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 09:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-load-exclude-data-file-to-load/m-p/85550#M600389</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-29T09:01:29Z</dc:date>
    </item>
  </channel>
</rss>

