<?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: Change FileName while Loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962794#M330278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you really need to rename those files? Can't you just ignore the timestamp (you'll be generating a qvd in any case) and load them all like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * FROM ABC*.Txt (&lt;EM&gt;options&lt;/EM&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2015 08:07:15 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-12-21T08:07:15Z</dc:date>
    <item>
      <title>Change FileName while Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962790#M330274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For automation in Qlikview, first step i want to remove all timestamps from file while loading&amp;nbsp; the first time while generating QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg...I have a file say ABC_20121221.txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to trim this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ABC_20121221.TXT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want Load * from ABC.txt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do in qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khushboo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 07:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962790#M330274</guid>
      <dc:creator />
      <dc:date>2015-12-21T07:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change FileName while Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962791#M330275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * from subfield(filename,'_',1)&amp;amp;'.txt';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 07:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962791#M330275</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2015-12-21T07:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change FileName while Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962792#M330276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do that only if that file exists at the relative path... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 08:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962792#M330276</guid>
      <dc:creator>ahbzshk07</dc:creator>
      <dc:date>2015-12-21T08:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change FileName while Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962793#M330277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's not a good idea to remove the timestamp from the filename and it's not necessary. You could load with a wildcard like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * &lt;SPAN style="font-size: 10pt;"&gt;FROM&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;ABC_*.TXT&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if this not suits all requirements then you should load your data per filelist - see here an example: &lt;A href="https://community.qlik.com/qlik-blogpost/3274"&gt;Loops in the Script&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 08:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962793#M330277</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-21T08:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change FileName while Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962794#M330278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you really need to rename those files? Can't you just ignore the timestamp (you'll be generating a qvd in any case) and load them all like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * FROM ABC*.Txt (&lt;EM&gt;options&lt;/EM&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 08:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962794#M330278</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-21T08:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change FileName while Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962795#M330279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this does not wok for me ... Does it work for you ... Can you post sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 08:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962795#M330279</guid>
      <dc:creator />
      <dc:date>2015-12-21T08:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change FileName while Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962796#M330280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It won't work.. its my overlooking..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 09:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-FileName-while-Loading/m-p/962796#M330280</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2015-12-21T09:07:57Z</dc:date>
    </item>
  </channel>
</rss>

