<?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: Loading data from an xls file stored in qlik directory in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474489#M2543</link>
    <description>&lt;P&gt;Do while endYear&amp;lt;=Date#(Date(Today(),'YYYY'));&lt;/P&gt;
&lt;P&gt;//Set vFilePath = 'lib://Spazio condiviso MEX:MEX_SFTP_PROD/prodotto/'&amp;amp;$(endYear)&amp;amp;'.xls';&lt;/P&gt;
&lt;P&gt;//Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/'&amp;amp;$(endYear)&amp;amp;'.xls';&lt;BR /&gt;Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/FTP_Prova.xls';&lt;/P&gt;
&lt;P&gt;IF FileSize($(vFilePath)) &amp;gt; 0 THEN&lt;BR /&gt;DatiVenditeTmpAnno:&lt;BR /&gt;REPLACE LOAD&lt;BR /&gt;$(endYear) as "ANNO_FILE",&lt;BR /&gt;$(endYear)&amp;amp;"CODICE ARTICOLO"&amp;amp;DESCRIZIONE as KeyTariffeVenduto,&lt;BR /&gt;"CODICE ARTICOLO" as [codice_tariffa],&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the part of the load script where the program get the error.&lt;BR /&gt;&lt;BR /&gt;The error is:&lt;BR /&gt;&lt;SPAN&gt;The following error occurred:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unexpected token: 'condiviso', expected one of: ':', 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', 'like', ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The error occurred here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IF FileSize(lib://Spazio &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;condiviso&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; MEX:DataFiles/FTP_Prova.xls) &amp;gt; 0 THEN&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;As i said i dont understand why&amp;nbsp;&lt;BR /&gt;Set vFilePath = 'lib://Spazio condiviso MEX:MEX_SFTP_PROD/prodotto/'&amp;amp;$(endYear)&amp;amp;'.xls'; &lt;BR /&gt;and &lt;BR /&gt;Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/'&amp;amp;$(endYear)&amp;amp;'.xls'; &lt;BR /&gt;works but&amp;nbsp;&lt;BR /&gt;Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/FTP_Prova.xls';&lt;BR /&gt;where i write the name of the file instead of using a variable to define it doesn't work.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2024 07:16:40 GMT</pubDate>
    <dc:creator>CardiMatt02</dc:creator>
    <dc:date>2024-08-05T07:16:40Z</dc:date>
    <item>
      <title>Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2473496#M2527</link>
      <description>&lt;P&gt;I have these tree lines of code in Qlik Data Load Editor:&lt;/P&gt;
&lt;P&gt;Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/'&amp;amp;$(endYear)&amp;amp;'.xls';&lt;BR /&gt;//Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/FTP_Prova.xls';&lt;BR /&gt;//Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/2024.xls';&lt;/P&gt;
&lt;P&gt;The first one works and the endYear variable is '2024' but the second and third way to get the xls file return me an error in the next line of code:&lt;BR /&gt;&lt;BR /&gt;The following error occurred:&lt;BR /&gt;Unexpected token: 'condiviso', expected one of: ':', 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', 'like', ...&lt;BR /&gt;The error occurred here:&lt;BR /&gt;IF FileSize(lib://Spazio &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;condiviso&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; MEX:DataFiles/FTP_Prova.xls) &amp;gt; 0 THEN&lt;BR /&gt;&lt;BR /&gt;I need help to understand why.&lt;BR /&gt;&lt;BR /&gt;(I tried to post this in Qlik Community/Support/Support/Get Help but could not select a Forum there)&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 21:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2473496#M2527</guid>
      <dc:creator>CardiMatt02</dc:creator>
      <dc:date>2025-03-19T21:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474059#M2536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/307599"&gt;@CardiMatt02&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you please share your load script with the error? I think you have a syntax problem.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark Costa&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 23:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474059#M2536</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-07-31T23:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474489#M2543</link>
      <description>&lt;P&gt;Do while endYear&amp;lt;=Date#(Date(Today(),'YYYY'));&lt;/P&gt;
&lt;P&gt;//Set vFilePath = 'lib://Spazio condiviso MEX:MEX_SFTP_PROD/prodotto/'&amp;amp;$(endYear)&amp;amp;'.xls';&lt;/P&gt;
&lt;P&gt;//Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/'&amp;amp;$(endYear)&amp;amp;'.xls';&lt;BR /&gt;Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/FTP_Prova.xls';&lt;/P&gt;
&lt;P&gt;IF FileSize($(vFilePath)) &amp;gt; 0 THEN&lt;BR /&gt;DatiVenditeTmpAnno:&lt;BR /&gt;REPLACE LOAD&lt;BR /&gt;$(endYear) as "ANNO_FILE",&lt;BR /&gt;$(endYear)&amp;amp;"CODICE ARTICOLO"&amp;amp;DESCRIZIONE as KeyTariffeVenduto,&lt;BR /&gt;"CODICE ARTICOLO" as [codice_tariffa],&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the part of the load script where the program get the error.&lt;BR /&gt;&lt;BR /&gt;The error is:&lt;BR /&gt;&lt;SPAN&gt;The following error occurred:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unexpected token: 'condiviso', expected one of: ':', 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', 'like', ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The error occurred here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IF FileSize(lib://Spazio &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;condiviso&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; MEX:DataFiles/FTP_Prova.xls) &amp;gt; 0 THEN&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;As i said i dont understand why&amp;nbsp;&lt;BR /&gt;Set vFilePath = 'lib://Spazio condiviso MEX:MEX_SFTP_PROD/prodotto/'&amp;amp;$(endYear)&amp;amp;'.xls'; &lt;BR /&gt;and &lt;BR /&gt;Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/'&amp;amp;$(endYear)&amp;amp;'.xls'; &lt;BR /&gt;works but&amp;nbsp;&lt;BR /&gt;Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/FTP_Prova.xls';&lt;BR /&gt;where i write the name of the file instead of using a variable to define it doesn't work.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 07:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474489#M2543</guid>
      <dc:creator>CardiMatt02</dc:creator>
      <dc:date>2024-08-05T07:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474584#M2544</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/307599"&gt;@CardiMatt02&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You have to add single quotes in the FileSize function:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;IF FileSize('$(vFilePath)') &amp;gt; 0 THEN&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Mark Costa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 13:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474584#M2544</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-08-05T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474722#M2545</link>
      <description>&lt;P&gt;I'm going to try it right now and tell you how it goes&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 07:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474722#M2545</guid>
      <dc:creator>CardiMatt02</dc:creator>
      <dc:date>2024-08-06T07:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474730#M2546</link>
      <description>&lt;P&gt;Ok i tried it and with the single quotes it takes&amp;nbsp;$(vFilePath) not as a variable but as a string.&lt;BR /&gt;So the file&amp;nbsp;$(vFilePath) doesnt exists and the if isnt triggered.&lt;BR /&gt;Thats not the solution unfortunately.&lt;BR /&gt;&lt;BR /&gt;Anyway i also want to share some more info i found yesterday evening:&lt;BR /&gt;&lt;BR /&gt;i used the filepath&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;//Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/FTP_Prova.xls';&lt;/LI-CODE&gt;
&lt;DIV id="tinyMceEditor_7d0779d6d4e84CardiMatt02_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;with a LOAD and FROM commands before the IF to see if also the LOAD and FROM commands would have given me an error of file not found.&lt;BR /&gt;&lt;BR /&gt;The result is that the file IS found by the FROM command but it still doesn't want to work inside the fileSize function&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 08:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474730#M2546</guid>
      <dc:creator>CardiMatt02</dc:creator>
      <dc:date>2024-08-06T08:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474805#M2550</link>
      <description>&lt;P&gt;I think you are missing something in your script, or maybe you don't have access to the file you are trying to load. I did a small sample, and it works without any problem:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1722949205191.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170278i14091FA8BDD50E15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1722949205191.png" alt="marksouzacosta_0-1722949205191.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Be aware that using // - double slashes - comments out your code. I see you using in your example and I'm not sure if you just mistyped it or not.&lt;/P&gt;
&lt;P&gt;Also be careful with variables like this:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/'&amp;amp;$(endYear)&amp;amp;'.xls';&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;This will not work. You have to use SET only when you are not processing/calculating the variable values - the values are hard coded. In the above case, you have to use LET and you don't need the &amp;amp; to combine the variables inside strings:&lt;/P&gt;
&lt;PRE&gt;&amp;nbsp;&lt;SPAN&gt;LET vFilePath = 'lib://Spazio condiviso MEX:DataFiles/$(endYear).xls';&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 13:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474805#M2550</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-08-06T13:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474821#M2551</link>
      <description>&lt;P&gt;&lt;STRONG&gt;First of all I would like to thank you for your time.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I'm going to try again the single quotes for the variable and eventually share the error i saw here.&lt;BR /&gt;&lt;BR /&gt;But there is another info&amp;nbsp;that contradicts what you said about SET and LET and that really confuse me...&lt;BR /&gt;I've posted 4 line of code that set the variable with different values and i said that:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;These work&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Set vFilePath = 'lib://Spazio condiviso MEX:MEX_SFTP_PROD/prodotto/'&amp;amp;$(endYear)&amp;amp;'.xls';

Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/'&amp;amp;$(endYear)&amp;amp;'.xls';&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;These dont work&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/2024.xls';

Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/FTP_Prova.xls';&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;So i don't understand how Set is not good with processing/calculating if the&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IF FileSize($(vFilePath)) &amp;gt; 0 THEN&lt;/LI-CODE&gt;
&lt;P&gt;is passed and works fine with the first two.&lt;BR /&gt;&lt;BR /&gt;The LOAD FROM command works fine with every value inside $(vFilePath) but the FileSize function doesn't.&lt;BR /&gt;&lt;BR /&gt;So from that i don't think its a SET or LET error but i'm gonna try that too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Update after i tried again with the single quotes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It works now, idk whats different from the last try but it now works somehow.&lt;BR /&gt;&lt;STRONG&gt;So thank you.&lt;/STRONG&gt;&lt;BR /&gt;But there still is a mistery about why&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;These worked also without single quotes

Set vFilePath = 'lib://Spazio condiviso MEX:MEX_SFTP_PROD/prodotto/'&amp;amp;$(endYear)&amp;amp;'.xls';

Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/'&amp;amp;$(endYear)&amp;amp;'.xls';&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;But these needed the single quotes

Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/2024.xls';

Set vFilePath = 'lib://Spazio condiviso MEX:DataFiles/FTP_Prova.xls';&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 06 Aug 2024 14:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474821#M2551</guid>
      <dc:creator>CardiMatt02</dc:creator>
      <dc:date>2024-08-06T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474853#M2553</link>
      <description>&lt;P&gt;You can try this exercise, add a &lt;STRONG&gt;TRACE &lt;/STRONG&gt;function under your vFilePath tests and see how Set and Let works.&lt;/P&gt;
&lt;P&gt;This is my test code:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1722957876019.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170286iB4F7F46E9E9B62E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1722957876019.png" alt="marksouzacosta_0-1722957876019.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;These are the outputs:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_1-1722957922253.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170287i72AB4719299B2CC4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_1-1722957922253.png" alt="marksouzacosta_1-1722957922253.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note when you use Let the vFilePath gets its finished formatted value while with Set you don't.&lt;/P&gt;
&lt;P&gt;So, when you use FileSize function without the single quotes and using SET, Qlik is 'calculating' the filename at the moment you are calling the function. Using the LET and with quotes, you are passing the already calculated/formatted filename.&lt;/P&gt;
&lt;P&gt;FileSize with single quotes and using Set does not work because the statement gets awkward and Qlik is not able to process it. It is something like this:&lt;/P&gt;
&lt;PRE&gt;FileSize(''lib://Spazio condiviso MEX:MEX_SFTP_PROD/prodotto/'&amp;amp; 2024 &amp;amp;'.xls'')&lt;/PRE&gt;
&lt;P&gt;That is why you get the error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_2-1722958380955.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170289i108CE6EE82AC8B45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_2-1722958380955.png" alt="marksouzacosta_2-1722958380955.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, as a general rule, to be safe, use SET for hardcoded values like strings, dates and, numbers. User LET for anything that will be calculated. Like strings concatenation, values returned from Qlik Functions or other variables. By the way, LET also works fine with hard coded values.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 15:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474853#M2553</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-08-06T15:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from an xls file stored in qlik directory</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474950#M2555</link>
      <description>&lt;P&gt;Great!&lt;BR /&gt;Thank you for the help! I've &lt;SPAN&gt;learnt&lt;/SPAN&gt; a lot from this&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 07:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Loading-data-from-an-xls-file-stored-in-qlik-directory/m-p/2474950#M2555</guid>
      <dc:creator>CardiMatt02</dc:creator>
      <dc:date>2024-08-07T07:28:09Z</dc:date>
    </item>
  </channel>
</rss>

