<?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: Load files into a table excluding files having timestamp for some years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963575#M966695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do like this -&lt;/P&gt;&lt;P&gt;LOAD FileName&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[YourPath\TableA.qvd] (qvd) where wildmatch(FileName,'*2014*','*2015*','*2016*')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 07:35:16 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2015-09-30T07:35:16Z</dc:date>
    <item>
      <title>Load files into a table excluding files having timestamp for some years</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963569#M966689</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;I wanted to load .csv files from a specific path.&lt;/P&gt;&lt;P&gt;In that path the csv file names are ending with a date stamp for ex: XXXX_2014051,XXXX_20130412... and the files are available from 2103 till date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I restrict my load so that I wanted to load the files having date stamp only from 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 03:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963569#M966689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-30T03:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load files into a table excluding files having timestamp for some years</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963570#M966690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tejaswini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SubField() or LEFT() functions to extract "2014" from your string and restrict that in your load..&lt;/P&gt;&lt;P&gt;Try this with Mid function as well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MID(DATE1,index(DATE1 ,'_' )+1,4) as Year1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 03:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963570#M966690</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-09-30T03:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load files into a table excluding files having timestamp for some years</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963571#M966691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use For statement like this - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each vFileName in Filelist('Yourpath\*2014*.csv')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 04:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963571#M966691</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-09-30T04:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load files into a table excluding files having timestamp for some years</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963572#M966692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I wanted to load files from 2014 onwards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 04:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963572#M966692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-30T04:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load files into a table excluding files having timestamp for some years</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963573#M966693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;missed that, you can do like this if you know the last year, I checked, its working - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 4 to 6&lt;/P&gt;&lt;P&gt;&amp;nbsp; For each vFileName in Filelist('C:\Users\diganjali\OneDrive\Digvijay\BIDW\Qlik BI\Qlikview practice\temp\*201$(i)*.xlsx')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vFileName)' as FileName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From [$(vFileName)];&lt;/P&gt;&lt;P&gt;&amp;nbsp; Next vFileName;&lt;/P&gt;&lt;P&gt;Next i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 04:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963573#M966693</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-09-30T04:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load files into a table excluding files having timestamp for some years</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963574#M966694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;If all this file names are loaded into QVD only with the filed 'filename' having file names from XXX_2013* to XXX_2015* (till date)&lt;/P&gt;&lt;P&gt;now I wanted to load this qvd into a table having file names only from 2014.&lt;/P&gt;&lt;P&gt;Kindly assist me on this as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 06:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963574#M966694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-30T06:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load files into a table excluding files having timestamp for some years</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963575#M966695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do like this -&lt;/P&gt;&lt;P&gt;LOAD FileName&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[YourPath\TableA.qvd] (qvd) where wildmatch(FileName,'*2014*','*2015*','*2016*')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963575#M966695</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-09-30T07:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load files into a table excluding files having timestamp for some years</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963576#M966696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help and it working fine for both qvd and files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 08:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-into-a-table-excluding-files-having-timestamp-for/m-p/963576#M966696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-30T08:28:09Z</dc:date>
    </item>
  </channel>
</rss>

