<?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: Challenge. Loading a bunch of excel files in an efficient way in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121506#M18573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you get the data from the source that creates the excel files?&amp;nbsp; If so, you get set up an incremental load from the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2018 19:31:33 GMT</pubDate>
    <dc:creator>CathyRDuvall</dc:creator>
    <dc:date>2018-10-23T19:31:33Z</dc:date>
    <item>
      <title>Challenge. Loading a bunch of excel files in an efficient way</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121503#M18570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation like the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There's an automated process which creates excel files from first record to last record in a range of 500k records (generating new records every day) &lt;SPAN style="font-size: 13.3333px;"&gt;like this &lt;/SPAN&gt;:&lt;UL&gt;&lt;LI&gt;Excel_1_500000&lt;/LI&gt;&lt;LI&gt;Excel_500001_1000000&lt;/LI&gt;&lt;LI&gt;Excel_1000001_150000&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If I do this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyJoinedTable :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;fieldA,&lt;/P&gt;&lt;P&gt;fieldB&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[excel_*.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a new table which loads all the records available in the excels, and it's fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But right now my load script takes more than an hour, and it keeps increasing every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would you do to improve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 18:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121503#M18570</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2018-10-19T18:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. Loading a bunch of excel files in an efficient way</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121504#M18571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached a sample app and data used&lt;/P&gt;&lt;P&gt;Basically for the first load (based on a flag) load the file names and data into a qvds&lt;/P&gt;&lt;P&gt;Subsequent loads &lt;/P&gt;&lt;P&gt;- get list of files names&lt;/P&gt;&lt;P&gt;- load old list of file names from qvd&lt;/P&gt;&lt;P&gt;- create another table with latest filenames only&lt;/P&gt;&lt;P&gt;- load data from qvd&lt;/P&gt;&lt;P&gt;- loop through new file names and load which gets autoconcatenated&lt;/P&gt;&lt;P&gt;- drop unnecessary tables (havent done this in the app to prove it works)&lt;/P&gt;&lt;P&gt;- &lt;SPAN style="font-size: 13.3333px;"&gt;save qvds &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;hope it helps&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 19:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121504#M18571</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-19T19:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. Loading a bunch of excel files in an efficient way</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121505#M18572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did it work? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 16:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121505#M18572</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-23T16:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. Loading a bunch of excel files in an efficient way</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121506#M18573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you get the data from the source that creates the excel files?&amp;nbsp; If so, you get set up an incremental load from the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 19:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121506#M18573</guid>
      <dc:creator>CathyRDuvall</dc:creator>
      <dc:date>2018-10-23T19:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. Loading a bunch of excel files in an efficient way</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121507#M18574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dilip, it was a very complete advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally what I'm doing is your for next loop and storing each table in a single QVD, it reduced the reload time from 1 hour to 10 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the first reload, I check the filesize() of the excel to decide if I have to store it again as QVD or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 20:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121507#M18574</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2018-10-23T20:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. Loading a bunch of excel files in an efficient way</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121508#M18575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Dilip Ranjith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent via mobile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 20:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-Loading-a-bunch-of-excel-files-in-an-efficient-way/m-p/121508#M18575</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-23T20:56:04Z</dc:date>
    </item>
  </channel>
</rss>

