<?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 automatically load all Data from directory in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155319#M31625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel&lt;/P&gt;&lt;P&gt;Thank you, that was exactly what I was looking for. I had looked through the community site but didn't find that post - think I need to work on my searches &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;with thanks&lt;/P&gt;&lt;P&gt;Kathryn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2011 10:07:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-09T10:07:40Z</dc:date>
    <item>
      <title>automatically load all Data from directory</title>
      <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155311#M31617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have several CSV data in Directory for example C:\test\. The all Data have the same filed. In every month come the new date in this directory for actual month.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;1) Date_1 (data from January)&lt;/P&gt;&lt;P&gt;2) Date_2 (data from February) and.....&lt;/P&gt;&lt;P&gt;How can I load automatically the all Data from Directory: C:\test\*.csv in QVW and concanate all together automatically in one table?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 13:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155311#M31617</guid>
      <dc:creator />
      <dc:date>2011-01-05T13:04:39Z</dc:date>
    </item>
    <item>
      <title>automatically load all Data from directory</title>
      <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155312#M31618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Something like the following should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SET vDirectory = 'C:\QlikView\Data\'; Data: LOAD * FROM [$(vDirectory)*.qvd] (qvd);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;or in case of csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SET vDirectory = 'C:\QlikView\Data\'; Table:LOAD *FROM&lt;C&gt; // enclosed in case there are some blanks in the path(txt, codepage is 1252, no labels, delimiter is '\t', msq);&lt;/C&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If all files have the same number and name of fields, they will be concatenated implicitly with no need of loop or conversion.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 13:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155312#M31618</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-01-05T13:19:01Z</dc:date>
    </item>
    <item>
      <title>automatically load all Data from directory</title>
      <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155313#M31619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;the statemant you need will look like this:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;YourFields&lt;/P&gt;&lt;P&gt;FROM [Date_*.xls] (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;Are field names the same QV automatically concatenate it.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 13:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155313#M31619</guid>
      <dc:creator />
      <dc:date>2011-01-05T13:21:20Z</dc:date>
    </item>
    <item>
      <title>automatically load all Data from directory</title>
      <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155314#M31620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hey i use to do the same many times . Put as many as xls file in you folder it will come to your doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Below in your edit script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET MODELED_Folder="C:\Users\Administrator\Desktop\MY_Report";&lt;BR /&gt;&lt;BR /&gt;for each file in filelist('$(MODELED_Folder)\*.xls')&lt;BR /&gt;load*&lt;BR /&gt;from $(file)(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;next file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If req any help or query ... invited &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 13:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155314#M31620</guid>
      <dc:creator />
      <dc:date>2011-01-05T13:24:48Z</dc:date>
    </item>
    <item>
      <title>automatically load all Data from directory</title>
      <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155315#M31621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks, that works perfekty.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 16:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155315#M31621</guid>
      <dc:creator />
      <dc:date>2011-01-05T16:57:05Z</dc:date>
    </item>
    <item>
      <title>automatically load all Data from directory</title>
      <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155316#M31622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wanted to thank you because this post has saved me a LOT of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 17:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155316#M31622</guid>
      <dc:creator />
      <dc:date>2011-01-27T17:18:57Z</dc:date>
    </item>
    <item>
      <title>automatically load all Data from directory</title>
      <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155317#M31623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel&lt;/P&gt;&lt;P&gt;I read your reply with interest and have a similar problem. I have a lot of "identical" files that are snapshots taken on different days. For convenience they have been organised into folders by month i.e. I have a directory for a specific report with folders Jan, Feb, Mar etc. I know I can lift all the files from within one of these folders through a single load statement but is there a way to lift all those in the subfolders without having a separate load statement for each subfolder?&lt;/P&gt;&lt;P&gt;I'm just starting with QV and have a lot of files that are organised this way that I would potentially want to lift into QV.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 18:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155317#M31623</guid>
      <dc:creator />
      <dc:date>2011-03-08T18:26:25Z</dc:date>
    </item>
    <item>
      <title>automatically load all Data from directory</title>
      <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155318#M31624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kathryn,&lt;/P&gt;&lt;P&gt;As far as I know (have tested) LOAD in conjunction with "*" works with the current directory only, either one set manually, variable, using the "Directory;" statement or using the current one (when no directory is set).&lt;/P&gt;&lt;P&gt;So to loop in a given tree structure, you should use a loop function, creating variables so you get the next directory to be read, and once there, yes, using the "*" to load all files within it. There are many posts about this, &lt;A href="http://community.qlik.com/forums/t/39834.aspx" target="_blank" title="Can I use wildcars in path names for a LOAD statement?"&gt;this one&lt;/A&gt;, for example.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 09:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155318#M31624</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-09T09:30:54Z</dc:date>
    </item>
    <item>
      <title>automatically load all Data from directory</title>
      <link>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155319#M31625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel&lt;/P&gt;&lt;P&gt;Thank you, that was exactly what I was looking for. I had looked through the community site but didn't find that post - think I need to work on my searches &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;with thanks&lt;/P&gt;&lt;P&gt;Kathryn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 10:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatically-load-all-Data-from-directory/m-p/155319#M31625</guid>
      <dc:creator />
      <dc:date>2011-03-09T10:07:40Z</dc:date>
    </item>
  </channel>
</rss>

