<?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 Refresh/update file before loading in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Refresh-update-file-before-loading/m-p/2219411#M14224</link>
    <description>Hi, 
&lt;BR /&gt;I have an excel-file which compares a specified date vs date of today; that means, the difference is changing at least every day. Excel is calculating or updating this formula only in the moment, when you are going to open that file. 
&lt;BR /&gt;My task is to load that excel-file with "tFileInputExcel". But you get only the last stored status of that file and not the actual calculated difference of the both dates. 
&lt;BR /&gt;Is there any function, I can let calculate excel? 
&lt;BR /&gt;My idea is: function "open excel-file" -&amp;gt; "save excel-file" -&amp;gt; "tFileInputExcel" -&amp;gt; ?. So I am sure that I always load an actual file. 
&lt;BR /&gt;Do you have any idea how I can realize the instructions "open file" and "save file"? 
&lt;BR /&gt;Thanks for help</description>
    <pubDate>Wed, 05 Feb 2014 23:04:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-05T23:04:32Z</dc:date>
    <item>
      <title>Refresh/update file before loading</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Refresh-update-file-before-loading/m-p/2219411#M14224</link>
      <description>Hi, 
&lt;BR /&gt;I have an excel-file which compares a specified date vs date of today; that means, the difference is changing at least every day. Excel is calculating or updating this formula only in the moment, when you are going to open that file. 
&lt;BR /&gt;My task is to load that excel-file with "tFileInputExcel". But you get only the last stored status of that file and not the actual calculated difference of the both dates. 
&lt;BR /&gt;Is there any function, I can let calculate excel? 
&lt;BR /&gt;My idea is: function "open excel-file" -&amp;gt; "save excel-file" -&amp;gt; "tFileInputExcel" -&amp;gt; ?. So I am sure that I always load an actual file. 
&lt;BR /&gt;Do you have any idea how I can realize the instructions "open file" and "save file"? 
&lt;BR /&gt;Thanks for help</description>
      <pubDate>Wed, 05 Feb 2014 23:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Refresh-update-file-before-loading/m-p/2219411#M14224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-05T23:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh/update file before loading</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Refresh-update-file-before-loading/m-p/2219412#M14225</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I have an excel-file which compares a specified date vs date of today; that means, the difference is changing at least every day. Excel is calculating or updating this formula only in the moment, when you are going to open that file.&lt;BR /&gt;My task is to load that excel-file with "tFileInputExcel". But you get only the last stored status of that file and not the actual calculated difference of the both dates.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;What's the expected result, the result of comparison(compares a specified date vs date of today)? Could you please elaborate your case with an example with input and expected output values? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 10 Feb 2014 06:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Refresh-update-file-before-loading/m-p/2219412#M14225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-10T06:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh/update file before loading</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Refresh-update-file-before-loading/m-p/2219413#M14226</link>
      <description>Hi,&lt;BR /&gt;yes, correct. In the excel file I have one column with a specified date and a second column with "specified date - datetoday()". This difference will only be calculated, if the excel file is opened. So I want to create a procedure "open excel file -&amp;gt; save -&amp;gt; close -&amp;gt; load data (tFileInputExcel)". The reason to do this is that I want to have every day the actual remaining days, but the excel will not be opened every day. The actual remaining days will be used by another procedure.&lt;BR /&gt;But I do not found any command for "open - save - close".&lt;BR /&gt;Best regards &lt;BR /&gt;Stefan</description>
      <pubDate>Tue, 11 Feb 2014 19:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Refresh-update-file-before-loading/m-p/2219413#M14226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-11T19:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh/update file before loading</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Refresh-update-file-before-loading/m-p/2219414#M14227</link>
      <description>What do you want cannot be delivered by the help with the build in Excel components. The problem is, you expect the behavior from Excel: recalculate values after opening - in the worst cases with the help of macros.&lt;BR /&gt;The Excel components from Talend Exchange tFileExcelWorkbookSave (save also close the file) has an option to evaluate all formulas but fails in case of macros.&lt;BR /&gt;You could open a file with tFileExcelWorkbookOpen, do anything with the content (e.g. write formulas in cells) and save it under a different name, different place and evaluate the formulas before.&lt;BR /&gt;Take a look at the components tFileExcel* in Talend Exchange.</description>
      <pubDate>Wed, 12 Feb 2014 11:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Refresh-update-file-before-loading/m-p/2219414#M14227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-12T11:10:21Z</dc:date>
    </item>
  </channel>
</rss>

