<?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 Write Script to Load Files with Timestamp Filenames in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428853#M809006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A folder contains multiple fields of the format 'CustmerDetails_YYYYMMDDHHMMSS.xlx'.&lt;/P&gt;&lt;P&gt;The YYYYMMDDHHMMSS part is the timestamp at which the file is generated. Files are generated in the folder every hour. Hence new files are constantly added in the folder, But with different Names.&lt;/P&gt;&lt;P&gt;How can i write the script to load all the files in the folder, into Qlikview application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ramcena306</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to Write Script to Load Files with Timestamp Filenames</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428853#M809006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A folder contains multiple fields of the format 'CustmerDetails_YYYYMMDDHHMMSS.xlx'.&lt;/P&gt;&lt;P&gt;The YYYYMMDDHHMMSS part is the timestamp at which the file is generated. Files are generated in the folder every hour. Hence new files are constantly added in the folder, But with different Names.&lt;/P&gt;&lt;P&gt;How can i write the script to load all the files in the folder, into Qlikview application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428853#M809006</guid>
      <dc:creator>ramcena306</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Write Script to Load Files with Timestamp Filenames</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428854#M809007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * From CustomerDetails_*.xls;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428854#M809007</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-25T16:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Write Script to Load Files with Timestamp Filenames</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428855#M809008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can try this as well as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;*,FileBaseName() as FileName&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CustmerDetails*.xlx&lt;/SPAN&gt;]&lt;/P&gt;&lt;P&gt;(biff, no labels, table is [*$]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428855#M809008</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-25T16:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Write Script to Load Files with Timestamp Filenames</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428856#M809009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And another one also for loading all excel files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;FileBaseName() as FileName&lt;/SPAN&gt;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CustmerDetails_&lt;/SPAN&gt;*.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [$(sheetName)]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428856#M809009</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-25T16:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Write Script to Load Files with Timestamp Filenames</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428857#M809010</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;to extract the filename timestamp into a new field, you could add to your load something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FileBaseName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(),'_',-1),'YYYYMMDDhhmmss')) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FileTimestamp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt;Marco&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 20:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Write-Script-to-Load-Files-with-Timestamp-Filenames/m-p/1428857#M809010</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-10-25T20:09:01Z</dc:date>
    </item>
  </channel>
</rss>

