<?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: date format in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263936#M43939</link>
    <description>svp comment generer des tables destinataires automatiquement depuis un traitement de la table source? merci d'avance 
&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;</description>
    <pubDate>Tue, 18 Mar 2014 11:17:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-18T11:17:30Z</dc:date>
    <item>
      <title>date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263926#M43929</link>
      <description>&lt;P&gt;Please let me know how to i make talend understand the date format of "2/21/2005 12:09:18 PM".&lt;BR /&gt;It says that it is unable to parse the date.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263926#M43929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263927#M43930</link>
      <description>What are you telling that date to?
&lt;BR /&gt;
&lt;BR /&gt;for date format codes: 
&lt;A href="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html" rel="nofollow noopener noreferrer"&gt;http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html&lt;/A&gt;</description>
      <pubDate>Thu, 16 Oct 2008 18:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263927#M43930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-16T18:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263928#M43931</link>
      <description>I am trying to convert the date format by using the function TalendDate.parseDate("MM/dd/yyyy hh:mm:ss",row1.START_DAY_ID ) in tmap.
&lt;BR /&gt;But still it throughs the error Unparseable date: "2/21/2005 12:09:18 PM"</description>
      <pubDate>Thu, 16 Oct 2008 21:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263928#M43931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-16T21:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263929#M43932</link>
      <description>1. is "2/21/2005 12:09:18 PM" coming in as a date or string value? (what type is row1.START_DAY_ID?)
&lt;BR /&gt;2. "MM/dd/yyyy hh:mm:ss" should actually be "M/dd/yyyy hh:mm:ss" (only need 1 M and had 2 spaces between yyyy and hh)</description>
      <pubDate>Thu, 16 Oct 2008 22:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263929#M43932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-16T22:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263930#M43933</link>
      <description>The data type of row1.START_DAY_ID is string.
&lt;BR /&gt;I have reduced the extra space between yyyy and hh.
&lt;BR /&gt;I get the error below when i use the function as TalendDate.parseDate("M/dd/yyyy hh:mm:ss",row1.START_DAY_ID ) 
&lt;BR /&gt;Exception in component tDBOutput_1
&lt;BR /&gt;java.sql.SQLException: Optional feature not implemented
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.SQLBindInParameterString(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcPreparedStatement.setChar(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcPreparedStatement.setString(Unknown Source)</description>
      <pubDate>Thu, 16 Oct 2008 22:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263930#M43933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-16T22:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263931#M43934</link>
      <description>interesting... that error I have no idea about.</description>
      <pubDate>Thu, 16 Oct 2008 23:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263931#M43934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-16T23:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263932#M43935</link>
      <description>Hello,
&lt;BR /&gt;I have a question,
&lt;BR /&gt;Right now, I have to check whether the input string is in the format of "YYYYMMWW",(year month week)
&lt;BR /&gt;so how can I parse this into another string?
&lt;BR /&gt;is Talend.parseDate() helpful? if so how can I use this?
&lt;BR /&gt;I've tried Talend.parseDate("yyyymmww",row1.weekstring).toString(), but it is not writing into the table as desired.
&lt;BR /&gt;It has gone into the table in such format (Sun Apr 18 00:04:00 SGT 2010).
&lt;BR /&gt;Please guide me how can I do.
&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 13 Jul 2011 08:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263932#M43935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-13T08:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263933#M43936</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello,&lt;BR /&gt;I have a question,&lt;BR /&gt;Right now, I have to check whether the input string is in the format of "YYYYMMWW",(year month week)&lt;BR /&gt;so how can I parse this into another string?&lt;BR /&gt;is Talend.parseDate() helpful? if so how can I use this?&lt;BR /&gt;I've tried Talend.parseDate("yyyymmww",row1.weekstring).toString(), but it is not writing into the table as desired.&lt;BR /&gt;It has gone into the table in such format (Sun Apr 18 00:04:00 SGT 2010).&lt;BR /&gt;Please guide me how can I do.&lt;BR /&gt;Thanks.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi 
&lt;BR /&gt;I have replied you on 16769. I think you should use the built-in function TalendDate.isDate(String stringDate, String pattern). 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 13 Jul 2011 10:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263933#M43936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-13T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263934#M43937</link>
      <description>Hi Shong, 
&lt;BR /&gt;Sorry my bad, I have left to write the main part, 
&lt;BR /&gt;I have to check the date format and compare it to the current date. 
&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;</description>
      <pubDate>Wed, 13 Jul 2011 10:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263934#M43937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-13T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263935#M43938</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Shong,&lt;BR /&gt;Sorry my bad, I have left to write the main part,&lt;BR /&gt;I have to check the date format and compare it to the current date. &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;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Ok, let's discuss your problem in your 16769. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 13 Jul 2011 10:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263935#M43938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-13T10:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263936#M43939</link>
      <description>svp comment generer des tables destinataires automatiquement depuis un traitement de la table source? merci d'avance 
&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;</description>
      <pubDate>Tue, 18 Mar 2014 11:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263936#M43939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T11:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263937#M43940</link>
      <description>Hi raouf12, 
&lt;BR /&gt;This is an international forum and English is the language we use. Posting in English will allow you to get more visibility and more help. Thanks for your understanding! 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 19 Mar 2014 06:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263937#M43940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T06:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263938#M43941</link>
      <description>Hello, How can I convert month name to&amp;nbsp;number&amp;nbsp;in&amp;nbsp;talend.&amp;nbsp;for example to January to 1, February to 2, March to 3 and so on.</description>
      <pubDate>Tue, 05 Jan 2016 15:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263938#M43941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: date format in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263939#M43942</link>
      <description>Hi avvirama, 
&lt;BR /&gt;Is your input month name source &amp;nbsp;"Date" data type? 
&lt;BR /&gt;If so, please try to use the below&amp;nbsp;expression&amp;nbsp;in tMap 
&lt;BR /&gt;TalendDate.formatDate("yyyy-MM-dd",your date field); 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 06 Jan 2016 06:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/date-format-in-talend/m-p/2263939#M43942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T06:32:46Z</dc:date>
    </item>
  </channel>
</rss>

