<?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 Appending date to tFileoutputExcel every time job runs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Appending-date-to-tFileoutputExcel-every-time-job-runs/m-p/2332346#M101235</link>
    <description>&lt;P&gt;Hello everyone&lt;BR /&gt;I am writing a job that runs weekly. The output is an excel file. How do I append a date when job is run to the output excel. E.g. if the job runs today (1.20.2015) and Excel name is TEST_JOB, I would like the Excel to be called TEST_JOB_01.20.2015.xlsx. When the job runs a week from now the excel name should be TEST_JOB_01.27.2015.xlsx. I am not very concerned about the formatting of the date as much as how to get it there &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Any advice is greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2016 19:41:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-21T19:41:40Z</dc:date>
    <item>
      <title>Appending date to tFileoutputExcel every time job runs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-date-to-tFileoutputExcel-every-time-job-runs/m-p/2332346#M101235</link>
      <description>&lt;P&gt;Hello everyone&lt;BR /&gt;I am writing a job that runs weekly. The output is an excel file. How do I append a date when job is run to the output excel. E.g. if the job runs today (1.20.2015) and Excel name is TEST_JOB, I would like the Excel to be called TEST_JOB_01.20.2015.xlsx. When the job runs a week from now the excel name should be TEST_JOB_01.27.2015.xlsx. I am not very concerned about the formatting of the date as much as how to get it there &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Any advice is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 19:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-date-to-tFileoutputExcel-every-time-job-runs/m-p/2332346#M101235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T19:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Appending date to tFileoutputExcel every time job runs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-date-to-tFileoutputExcel-every-time-job-runs/m-p/2332347#M101236</link>
      <description>The output path of the file must be assembled like this:
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;"/var/data/" + jobName + "_" + TalendDate.getDate("MM.dd.yyyy") + ".xlsx"&lt;/PRE&gt;</description>
      <pubDate>Sun, 24 Jan 2016 20:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-date-to-tFileoutputExcel-every-time-job-runs/m-p/2332347#M101236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-24T20:47:34Z</dc:date>
    </item>
  </channel>
</rss>

