<?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: Import file from folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774344#M274715</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;Is all tables having different data?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;*,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FileName() AS FileName&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM *.txt (txt);&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2015 04:53:44 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-02-10T04:53:44Z</dc:date>
    <item>
      <title>Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774337#M274708</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;I have one folder and in that folder have multiple .txt files with same or different name and my user will create one or more file every day.&lt;/P&gt;&lt;P&gt;So what&amp;nbsp; I want is whatever user create file in that folder I need to automatically fetch and reload the files from that folder .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Folder Name is :"Test for txt"&lt;/P&gt;&lt;P&gt;and for file names please find the screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 04:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774337#M274708</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-10T04:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774338#M274709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77487_Untitled.png" style="width: 620px; height: 260px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 04:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774338#M274709</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-10T04:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774339#M274710</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;Try like this using wildcard characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM *.txt (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 04:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774339#M274710</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-10T04:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774340#M274711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;Load * From c:\Test for txt\*.txt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 04:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774340#M274711</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-02-10T04:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774341#M274712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error: File Exadata.cpp,Line 2897&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 04:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774341#M274712</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-10T04:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774342#M274713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;error is resolve but only 7 file is come what about remaining files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled1.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77488_Untitled1.png" style="width: 620px; height: 260px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 04:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774342#M274713</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-10T04:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774343#M274714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did remaining files appended to table Not4?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 04:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774343#M274714</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-02-10T04:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774344#M274715</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;Is all tables having different data?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;*,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FileName() AS FileName&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM *.txt (txt);&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 04:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774344#M274715</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-10T04:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774345#M274716</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;If I fetching xlsx file (&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;From&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; C:\Users\a185_o_bi2support\Desktop\Test for txt\*.xlsx; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The output is not coming proper.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="Untitled3.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77489_Untitled3.png" style="width: 620px; height: 260px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 05:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774345#M274716</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-10T05:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774346#M274717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can load excel file by clicking "Table Files" in Edit script and select the excel file you want to load which will automatically create the script for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Sample.xlsx]&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is TableName); &lt;/STRONG&gt;//This is missing in your load statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 05:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774346#M274717</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-02-10T05:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774347#M274718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Is for only one excel file what about another excel files that I want to load within a one reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 05:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774347#M274718</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-10T05:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774348#M274719</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;I want to load multiple excels sheets in a single load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 05:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774348#M274719</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-10T05:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774349#M274720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/105143"&gt;Load multiple sheets and excel files&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 06:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774349#M274720</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-02-10T06:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774350#M274721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to merge all txt file into one file and how to bifurcate to this with row id with each line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 06:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774350#M274721</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-10T06:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774351#M274722</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TableName:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;*,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;RecNo() AS RowNum,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FileName() AS FileName&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM *.txt (txt);&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 07:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774351#M274722</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-10T07:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774352#M274723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/62449"&gt;loop through to load all files from a folder and its subfolders?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 08:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774352#M274723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-10T08:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Import file from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774353#M274724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load * From *.Txt(Txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load *,RecNo() As RowId Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 08:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-file-from-folder/m-p/774353#M274724</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-02-10T08:15:36Z</dc:date>
    </item>
  </channel>
</rss>

