<?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: Extract entire folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455324#M795046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you tried this method?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/207238" title="https://community.qlikview.com/thread/207238"&gt;Loading Multiple Excel files to QlikView | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8905"&gt;Load all Excel files and all sheets in a folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;basic code:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15143555464574233 jive_text_macro" jivemacro_uid="_15143555464574233"&gt;
&lt;P&gt;let ExcelSource = 'D:\Excel Source\Sales*.xlsx';&lt;/P&gt;
&lt;P&gt;for each File in filelist (ExcelSource)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AllData:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * FROM $(File) (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;next File&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2017 06:19:51 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2017-12-27T06:19:51Z</dc:date>
    <item>
      <title>Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455318#M795035</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 one folder contains many xls files.&lt;/P&gt;&lt;P&gt;I want to extract entire folder,how to extract it in qlikview.&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/Extract-entire-folder/m-p/1455318#M795035</guid>
      <dc:creator>dhavalvyas</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455319#M795036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that folder carrying 10 Excels. So, does 10 excels having same structure of fields??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 06:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455319#M795036</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T06:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455320#M795037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes all the fields are same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 06:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455320#M795037</guid>
      <dc:creator>dhavalvyas</dc:creator>
      <dc:date>2017-12-27T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455321#M795038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you tell me the&amp;nbsp; file names list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example your filenames like below&lt;/P&gt;&lt;P&gt;Sample_jan17&lt;/P&gt;&lt;P&gt;Sample_feb17&lt;/P&gt;&lt;P&gt;Sample_mar17 ....... like so on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 06:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455321#M795038</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-12-27T06:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455322#M795039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using wildcard character like:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[&amp;lt;your path&amp;gt;\&lt;STRONG style="color: #0000ff;"&gt; &lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;.xls]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is ITEM$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 06:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455322#M795039</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-12-27T06:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455323#M795040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you call them it is using Sub directory &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET Path = '\*.xls';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUB DoDir (Root)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR each File_Copy in filelist(Root&amp;amp; '$(Path)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * FROM [$(File_Copy)] (biff, embedded labels);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEXT &lt;/STRONG&gt;&lt;STRONG&gt;File_Copy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR each AllFiles in dirlist (Root&amp;amp;'\*')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Call DoDir(AllFiles)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEXT AllFiles&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;END SUB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL DoDir('AZ:\Prod\Sample\Folder\AMI63')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 06:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455323#M795040</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T06:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455324#M795046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you tried this method?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/207238" title="https://community.qlikview.com/thread/207238"&gt;Loading Multiple Excel files to QlikView | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8905"&gt;Load all Excel files and all sheets in a folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;basic code:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15143555464574233 jive_text_macro" jivemacro_uid="_15143555464574233"&gt;
&lt;P&gt;let ExcelSource = 'D:\Excel Source\Sales*.xlsx';&lt;/P&gt;
&lt;P&gt;for each File in filelist (ExcelSource)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AllData:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * FROM $(File) (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;next File&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 06:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455324#M795046</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-12-27T06:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455325#M795047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with wildcard character&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[&amp;lt;File path&amp;gt;\&lt;STRONG style="color: #0000ff;"&gt; &lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;.xls]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455325#M795047</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-12-27T07:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455326#M795048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should we specify any field name after load * , statement ? As I am using your code but it is not working ? after extracting it I have to store it in .csv file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 08:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455326#M795048</guid>
      <dc:creator>dhavalvyas</dc:creator>
      <dc:date>2017-12-27T08:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455327#M795049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 4 replies including me, How come we know which script you used for?&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188229_Capture.PNG" style="height: 130px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 08:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455327#M795049</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T08:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extract entire folder</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455328#M795050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the column names? you need to put the column names and what type of error are you getting while executing? Can u paste a snap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-entire-folder/m-p/1455328#M795050</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-12-27T09:47:52Z</dc:date>
    </item>
  </channel>
</rss>

