<?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: Talend Job Start Date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370512#M133546</link>
    <description>&lt;P&gt;You can use the AMC functionality, but this might be a bit of overkill (&lt;A href="https://www.rilhia.com/tutorials/talend-activity-monitoring-console-amc" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/tutorials/talend-activity-monitoring-console-amc&lt;/A&gt;). Alternatively you can use the tStatCatcher component (&lt;A href="https://www.talendbyexample.com/talend-tstatcatcher-component.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendbyexample.com/talend-tstatcatcher-component.html&lt;/A&gt;). The tStatCatcher component is technically part of the AMC, but allows you to do what you want with the data within the job.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 11:08:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-07T11:08:02Z</dc:date>
    <item>
      <title>Talend Job Start Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370509#M133543</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a job which starts before midnight and ends next day.&lt;/P&gt;&lt;P&gt;There are multiple child jobs being called and many output files generated.&lt;/P&gt;&lt;P&gt;Is there any way to get the job start date during any child job execution (any component or java code to get the talend job start date) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say, my talend job started on 01/01/2017 and ended on 02/01/2017, so if i want to know the talend job start date when my current system date is 02/01/2017, then how can i achieve it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 09:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370509#M133543</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2017-08-07T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Start Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370510#M133544</link>
      <description>&lt;P&gt;The simplest, store the starting date into a context variable shared with child jobs.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 10:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370510#M133544</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-08-07T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Start Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370511#M133545</link>
      <description>Thanks,
&lt;BR /&gt;I am also thinking the same but was curious if we have any talend expression or component to get the talend job start date which might be useful for any other requirement.</description>
      <pubDate>Mon, 07 Aug 2017 11:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370511#M133545</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2017-08-07T11:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Start Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370512#M133546</link>
      <description>&lt;P&gt;You can use the AMC functionality, but this might be a bit of overkill (&lt;A href="https://www.rilhia.com/tutorials/talend-activity-monitoring-console-amc" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/tutorials/talend-activity-monitoring-console-amc&lt;/A&gt;). Alternatively you can use the tStatCatcher component (&lt;A href="https://www.talendbyexample.com/talend-tstatcatcher-component.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendbyexample.com/talend-tstatcatcher-component.html&lt;/A&gt;). The tStatCatcher component is technically part of the AMC, but allows you to do what you want with the data within the job.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 11:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370512#M133546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Start Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370513#M133547</link>
      <description>If you just need the date, connect a tSetGlobalVar to a tPrejob component, and create a variable with the expression TalendDate.getDate("yyyy-MM-dd")</description>
      <pubDate>Mon, 07 Aug 2017 13:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Start-Date/m-p/2370513#M133547</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-08-07T13:38:09Z</dc:date>
    </item>
  </channel>
</rss>

