<?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: [tJavaRow] Retrieve the current date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tJavaRow-Retrieve-the-current-date/m-p/2262746#M43113</link>
    <description>can we, when we run the job, make a distinction between insert date and update date?</description>
    <pubDate>Thu, 13 Mar 2008 09:08:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-03-13T09:08:19Z</dc:date>
    <item>
      <title>[tJavaRow] Retrieve the current date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJavaRow-Retrieve-the-current-date/m-p/2262743#M43110</link>
      <description>Hello everybody,
&lt;BR /&gt;I would like retrieve the current date when I run my job, I have in my datawarehouse a special field (date format) for that. I tried with tJavaRow like that :
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;import java.util.date;
&lt;BR /&gt;output_row.UPD_DATE = new Date ("yyyy/MM/dd");
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;In the code part my import java.util.date cannot be resolved to a type
&lt;BR /&gt;and for the other line i have "the constructor date(string) is deprecated
&lt;BR /&gt;
&lt;BR /&gt;So i would like to know if I can retrieve the current date like that or if i should use an other method etc...
&lt;BR /&gt;Thanks for all help.
&lt;BR /&gt;
&lt;BR /&gt;PS : I'm not Accustomed to speak english so if If there are english errors i'm very sorry</description>
      <pubDate>Sat, 16 Nov 2024 14:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJavaRow-Retrieve-the-current-date/m-p/2262743#M43110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: [tJavaRow] Retrieve the current date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJavaRow-Retrieve-the-current-date/m-p/2262744#M43111</link>
      <description>Hi,
&lt;BR /&gt;you can use (without "import java.util.date;") :
&lt;BR /&gt;output_row.UPD_DATE = TalendDate.parseDate("yyyy/MM/dd",TalendDate.getDate("CCYY/MM/DD"));
&lt;BR /&gt;-- 
&lt;BR /&gt;R</description>
      <pubDate>Tue, 11 Mar 2008 15:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJavaRow-Retrieve-the-current-date/m-p/2262744#M43111</guid>
      <dc:creator>erwan2</dc:creator>
      <dc:date>2008-03-11T15:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: [tJavaRow] Retrieve the current date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJavaRow-Retrieve-the-current-date/m-p/2262745#M43112</link>
      <description>thank you very mutch, it's perfect</description>
      <pubDate>Tue, 11 Mar 2008 15:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJavaRow-Retrieve-the-current-date/m-p/2262745#M43112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-11T15:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: [tJavaRow] Retrieve the current date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJavaRow-Retrieve-the-current-date/m-p/2262746#M43113</link>
      <description>can we, when we run the job, make a distinction between insert date and update date?</description>
      <pubDate>Thu, 13 Mar 2008 09:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJavaRow-Retrieve-the-current-date/m-p/2262746#M43113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-13T09:08:19Z</dc:date>
    </item>
  </channel>
</rss>

