<?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: Archive FileName with Sysdate in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373144#M135899</link>
    <description>&lt;P&gt;Should work as soon as&amp;nbsp;&lt;SPAN&gt;context.ROOT_SRCFILEDIR is known.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Apr 2018 13:32:02 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-04-18T13:32:02Z</dc:date>
    <item>
      <title>Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373132#M135887</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a directory where n number of File is present. Now I want to to archive all of them in a Single Archive Zip File in format like this Sysdate_SomethingName.zip. I am trying with below in Archive FileName Path but getting compilation Error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;context.ROOT_SRCFILEDIR+"J3/DIGITAL/SPEND"+"/"+J3_DIGITAL_ACTUAL_SPEND_routines.TalendDate.getDate("yyyyMMddHHmmss").zip. Can anyone please help&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 09:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373132#M135887</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-18T09:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373133#M135888</link>
      <description>&lt;P&gt;Try this one (take care of ".zip"):&lt;/P&gt;&lt;PRE&gt;context.ROOT_SRCFILEDIR+&lt;BR /&gt;  "J3/DIGITAL/SPEND"+"/"+&lt;BR /&gt;  J3_DIGITAL_ACTUAL_SPEND_routines.TalendDate.getDate("yyyyMMddHHmmss")+&lt;BR /&gt;  ".zip"&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;context.ROOT_SRCFILEDIR+&lt;BR /&gt;  "J3/DIGITAL/SPEND"+"/"+&lt;BR /&gt;  TalendDate.formatDate("yyyyMMdd_HHmmss",TalendDate.getCurrentDate())+&lt;BR /&gt;  ".zip"&lt;/PRE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 09:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373133#M135888</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-18T09:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373134#M135889</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. That is working in tfilearchive. Now when I am putting the&amp;nbsp;context.ROOT_SRCFILEDIR+"J3/DIGITAL/SPEND"+"/"+TalendDate.formatDate("yyyyMMdd_HHmmss",TalendDate.getCurrentDate())+"_J3_DIGITAL_SPEND.zip" in ts3put FilePath some compilation error is coming&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 09:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373134#M135889</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-18T09:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373135#M135890</link>
      <description>&lt;P&gt;Which one?&lt;/P&gt;
&lt;P&gt;You may click on the "Code" tab then click on red rectangle in the right margine to locate the compilation error into source code. And finally, click the cross in the left margin to get the error description.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 10:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373135#M135890</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-18T10:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373136#M135891</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;FileArchive is working. But When I am putting that in ts3Put It is not working&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 10:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373136#M135891</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-18T10:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373137#M135892</link>
      <description>&lt;P&gt;So what, compilation error or runtime error?&lt;/P&gt;&lt;P&gt;Which error, do we have to guess it?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 10:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373137#M135892</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-18T10:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373138#M135893</link>
      <description>&lt;P&gt;Compilation error it is.I have attached it&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsSu"&gt;ts3Put.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 18 Apr 2018 12:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373138#M135893</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-18T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373139#M135894</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 12:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373139#M135894</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-18T12:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373140#M135895</link>
      <description>&lt;P&gt;Where are you using this?&lt;/P&gt;&lt;P&gt;Share the component settings with le line of code as it appear in it.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 13:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373140#M135895</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-18T13:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373141#M135896</link>
      <description>&lt;P&gt;In ts3Put. Using the same FileName as in tfilearchive.Attached it.&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lshi"&gt;ts3Put_BasicSettings.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 18 Apr 2018 13:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373141#M135896</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-18T13:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373142#M135897</link>
      <description>&lt;P&gt;FileName is&lt;/P&gt; 
&lt;P&gt;context.ROOT_SRCFILEDIR+"+"J3/DIGITAL/SPEND"+"/"+TalendDate.formatDate("yyyyMMdd_HHmmss",TalendDate.getCurrentDate())+"_J3_DIGITAL_SPEND.zip"&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 13:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373142#M135897</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-18T13:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373143#M135898</link>
      <description>&lt;P&gt;Sorry this One&lt;/P&gt;
&lt;P&gt;context.ROOT_SRCFILEDIR+"J3/DIGITAL/SPEND"+"/"+TalendDate.formatDate("yyyyMMdd_HHmmss",TalendDate.getCurrentDate())+"_J3_DIGITAL_SPEND.zip"&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 13:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373143#M135898</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-18T13:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373144#M135899</link>
      <description>&lt;P&gt;Should work as soon as&amp;nbsp;&lt;SPAN&gt;context.ROOT_SRCFILEDIR is known.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 13:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373144#M135899</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-18T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Archive FileName with Sysdate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373145#M135900</link>
      <description>Which compilation error?</description>
      <pubDate>Sun, 22 Apr 2018 08:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Archive-FileName-with-Sysdate/m-p/2373145#M135900</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-22T08:03:12Z</dc:date>
    </item>
  </channel>
</rss>

