<?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: Max FileName and Data Load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Max-FileName-and-Data-Load/m-p/2012884#M83718</link>
    <description>&lt;P&gt;G'day,&lt;/P&gt;
&lt;P&gt;This requires a few steps. I'll briefly outline them and hopefully that will get you going.&lt;/P&gt;
&lt;P&gt;1. load a list of file names in a folder. See &lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/List-of-files-in-a-folder/td-p/648029" target="_self"&gt;this old article&lt;/A&gt; (it should still work).&lt;/P&gt;
&lt;P&gt;2. parse the names of the files to get the dates by using something like this:&lt;/P&gt;
&lt;P&gt;        date( right( BaseFileName(), 10 ), 'DD.MM.YYYY' )&lt;/P&gt;
&lt;P&gt;3. filter out the undesired dates&lt;/P&gt;
&lt;P&gt;4. loop through the remaining rows in the table to load up each of those files&lt;/P&gt;
&lt;P&gt;Cheers, Barnaby.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2022 21:31:15 GMT</pubDate>
    <dc:creator>barnabyd</dc:creator>
    <dc:date>2022-12-05T21:31:15Z</dc:date>
    <item>
      <title>Max FileName and Data Load</title>
      <link>https://community.qlik.com/t5/App-Development/Max-FileName-and-Data-Load/m-p/2012629#M83705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to load max file data from the folder.&lt;/P&gt;
&lt;P&gt;How to identify the max file from folder?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example: input&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;File01.01.2022 to 02.02.2022&lt;/P&gt;
&lt;P&gt;File01.01.2022 to 03.02.2022&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;File01.01.2022 to 04.02.2022 -&amp;gt; only this file data need to be upload.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;File02.01.2022 to 02.02.2022&lt;/P&gt;
&lt;P&gt;File02.01.2022 to 03.02.2022 &lt;STRONG&gt;-&amp;gt; only this file data need to be upload.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example: output&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;File01.01.2022 to 04.02.2022&lt;/P&gt;
&lt;P&gt;File02.01.2022 to 03.02.2022&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 10:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Max-FileName-and-Data-Load/m-p/2012629#M83705</guid>
      <dc:creator>profilejamesbond</dc:creator>
      <dc:date>2022-12-05T10:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Max FileName and Data Load</title>
      <link>https://community.qlik.com/t5/App-Development/Max-FileName-and-Data-Load/m-p/2012884#M83718</link>
      <description>&lt;P&gt;G'day,&lt;/P&gt;
&lt;P&gt;This requires a few steps. I'll briefly outline them and hopefully that will get you going.&lt;/P&gt;
&lt;P&gt;1. load a list of file names in a folder. See &lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/List-of-files-in-a-folder/td-p/648029" target="_self"&gt;this old article&lt;/A&gt; (it should still work).&lt;/P&gt;
&lt;P&gt;2. parse the names of the files to get the dates by using something like this:&lt;/P&gt;
&lt;P&gt;        date( right( BaseFileName(), 10 ), 'DD.MM.YYYY' )&lt;/P&gt;
&lt;P&gt;3. filter out the undesired dates&lt;/P&gt;
&lt;P&gt;4. loop through the remaining rows in the table to load up each of those files&lt;/P&gt;
&lt;P&gt;Cheers, Barnaby.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 21:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Max-FileName-and-Data-Load/m-p/2012884#M83718</guid>
      <dc:creator>barnabyd</dc:creator>
      <dc:date>2022-12-05T21:31:15Z</dc:date>
    </item>
  </channel>
</rss>

