<?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: Loading CSV File with the newest date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-CSV-File-with-the-newest-date/m-p/1672568#M1246263</link>
    <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="book antiqua,palatino" color="#339966"&gt;&lt;SPAN&gt;&lt;EM&gt;Please click the &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;like&lt;/STRONG&gt;&lt;/FONT&gt; button or heck if the response was correct you could even mark it as a &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;correct solution&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;BR /&gt;Believe me - it will be greatly appriciated by the contributors ...&lt;BR /&gt;We &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;love likes&lt;/FONT&gt;&lt;/STRONG&gt; as much as anyone posting anything on social media&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Wed, 05 Feb 2020 14:33:22 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2020-02-05T14:33:22Z</dc:date>
    <item>
      <title>Loading CSV File with the newest date</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-CSV-File-with-the-newest-date/m-p/1672289#M1246254</link>
      <description>&lt;P&gt;I have a folder where a csv file is stored daily with same name but most current date 'pending-reboots.2020-02-04' and i want my script when it runs just to choose the current file any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-CSV-File-with-the-newest-date/m-p/1672289#M1246254</guid>
      <dc:creator>tsoley9262</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Loading CSV File with the newest date</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-CSV-File-with-the-newest-date/m-p/1672300#M1246258</link>
      <description>&lt;P&gt;This should work for you I believe:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FILES1: LOAD * INLINE [FileName];
FOR Each f IN FileList( 'pending-reboots.*.csv')
  FILES: CONCATENATE LOAD '$(f)' AS FileName AUTOGENERATE 1;
NEXT
FILES: LOAD MaxString(FileName) AS TheFile RESIDENT FILES1 GROUP BY 1;
TheFile = Peek('TheFile');
DROP TABLES FILES1, FILES;

LATEST_FILE:
LOAD
  *
FROM
  [$(TheFile)] (txt);
  
TheFile=;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 20:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-CSV-File-with-the-newest-date/m-p/1672300#M1246258</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-02-04T20:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Loading CSV File with the newest date</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-CSV-File-with-the-newest-date/m-p/1672303#M1246261</link>
      <description>&lt;P&gt;Thank You I will give this a try!!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 20:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-CSV-File-with-the-newest-date/m-p/1672303#M1246261</guid>
      <dc:creator>tsoley9262</dc:creator>
      <dc:date>2020-02-04T20:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading CSV File with the newest date</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-CSV-File-with-the-newest-date/m-p/1672568#M1246263</link>
      <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="book antiqua,palatino" color="#339966"&gt;&lt;SPAN&gt;&lt;EM&gt;Please click the &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;like&lt;/STRONG&gt;&lt;/FONT&gt; button or heck if the response was correct you could even mark it as a &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;correct solution&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;BR /&gt;Believe me - it will be greatly appriciated by the contributors ...&lt;BR /&gt;We &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;love likes&lt;/FONT&gt;&lt;/STRONG&gt; as much as anyone posting anything on social media&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 14:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-CSV-File-with-the-newest-date/m-p/1672568#M1246263</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-02-05T14:33:22Z</dc:date>
    </item>
  </channel>
</rss>

