<?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 with Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311659#M82680</link>
    <description>Hi.
&lt;BR /&gt;With Oracle I use a tPerl component as first step in my jobs to set the Oracle date format.
&lt;BR /&gt;
&lt;PRE&gt;$ENV{NLS_DATE_FORMAT} = 'YYYY-MM-DD HH24:MI:SS';&lt;/PRE&gt;
&lt;BR /&gt;This solves most of my date time format problems.</description>
    <pubDate>Wed, 18 Apr 2007 07:57:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-04-18T07:57:50Z</dc:date>
    <item>
      <title>Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311656#M82677</link>
      <description>I use an Oracle Input Component and the table A associated has got a column with a Date format.
&lt;BR /&gt;I want to dump the data of this table A in an other Oracle table B which contains exactly the same columns. I have just drawn a "main row" between the two Oracle components (input and output tables).
&lt;BR /&gt;The problem is that in the table A, the dates have got a format like 'dd/mm/yy hh:mi:ss AM', but after the dump, in the table B, the dates have got the format 'dd/mm/yy'.
&lt;BR /&gt;How can I keep the initial format of my dates ?</description>
      <pubDate>Sat, 16 Nov 2024 14:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311656#M82677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311657#M82678</link>
      <description>It is a known bug (948)&lt;BR /&gt;Best Regards</description>
      <pubDate>Tue, 17 Apr 2007 18:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311657#M82678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-17T18:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311658#M82679</link>
      <description>pico, 948 is Java related and 566 makes me think that missjustme is working with Perl.</description>
      <pubDate>Tue, 17 Apr 2007 18:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311658#M82679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-17T18:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311659#M82680</link>
      <description>Hi.
&lt;BR /&gt;With Oracle I use a tPerl component as first step in my jobs to set the Oracle date format.
&lt;BR /&gt;
&lt;PRE&gt;$ENV{NLS_DATE_FORMAT} = 'YYYY-MM-DD HH24:MI:SS';&lt;/PRE&gt;
&lt;BR /&gt;This solves most of my date time format problems.</description>
      <pubDate>Wed, 18 Apr 2007 07:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311659#M82680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-18T07:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311660#M82681</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;pico, 948 is Java related and 566 makes me think that missjustme is working with Perl.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I am working with Java... But I thougt that even with Java, expressions (filter, ...) might be written with Perl... Is that right ?</description>
      <pubDate>Wed, 18 Apr 2007 08:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311660#M82681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-18T08:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311661#M82682</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;pico, 948 is Java related and 566 makes me think that missjustme is working with Perl.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I am working with Java... But I thougt that even with Java, expressions (filter, ...) might be written with Perl... Is that right ?
&lt;BR /&gt;No, that's wrong. If you work with Java, you have to use Java expressions and methods.</description>
      <pubDate>Wed, 18 Apr 2007 09:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311661#M82682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-18T09:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311662#M82683</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I use an Oracle Input Component and the table A associated has got a column with a Date format.&lt;BR /&gt;I want to dump the data of this table A in an other Oracle table B which contains exactly the same columns. I have just drawn a "main row" between the two Oracle components (input and output tables).&lt;BR /&gt;The problem is that in the table A, the dates have got a format like 'dd/mm/yy hh:mi:ss AM', but after the dump, in the table B, the dates have got the format 'dd/mm/yy'.&lt;BR /&gt;How can I keep the initial format of my dates ?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Thank you for your answer...
&lt;BR /&gt;So how can I solve my problem with java ? &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311662#M82683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-18T09:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311663#M82684</link>
      <description>While waiting for v2.01, here is a workaround :&lt;BR /&gt;New Routine&lt;BR /&gt;&lt;PRE&gt;//template routine Java&lt;BR /&gt;package routines;&lt;BR /&gt;import java.text.SimpleDateFormat;&lt;BR /&gt;public class MyRoutine {&lt;BR /&gt;	 public static java.util.Date convertString(String s, String pattern) {&lt;BR /&gt;		 SimpleDateFormat sdf = new SimpleDateFormat(pattern);&lt;BR /&gt;		 try {&lt;BR /&gt;		 	return sdf.parse(s);&lt;BR /&gt;		 } catch (Exception pe) {&lt;BR /&gt;			 pe.printStackTrace();&lt;BR /&gt;			 return null;&lt;BR /&gt;		 }&lt;BR /&gt;	 }&lt;BR /&gt;}&lt;/PRE&gt;&lt;BR /&gt;In tOracleInput, replace type from Date to String (only in the tOracleInput)&lt;BR /&gt;add a Mapper between tOracleInput/tOracleOuput and in fill the date output with the following line&lt;BR /&gt;MyRoutine.convertString(row1.dateField, "yyyy-MM-dd hh:mm:ss.S")&lt;BR /&gt;&lt;BR /&gt;Hope it will works.&lt;BR /&gt;Best Regards, &lt;BR /&gt;Mike</description>
      <pubDate>Wed, 18 Apr 2007 18:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311663#M82684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-18T18:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311664#M82685</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;While waiting for v2.01, here is a workaround :&lt;BR /&gt;New Routine&lt;BR /&gt;&lt;PRE&gt;//template routine Java&lt;BR /&gt;package routines;&lt;BR /&gt;import java.text.SimpleDateFormat;&lt;BR /&gt;public class MyRoutine {&lt;BR /&gt;	 public static java.util.Date convertString(String s, String pattern) {&lt;BR /&gt;		 SimpleDateFormat sdf = new SimpleDateFormat(pattern);&lt;BR /&gt;		 try {&lt;BR /&gt;		 	return sdf.parse(s);&lt;BR /&gt;		 } catch (Exception pe) {&lt;BR /&gt;			 pe.printStackTrace();&lt;BR /&gt;			 return null;&lt;BR /&gt;		 }&lt;BR /&gt;	 }&lt;BR /&gt;}&lt;/PRE&gt;&lt;BR /&gt;In tOracleInput, replace type from Date to String (only in the tOracleInput)&lt;BR /&gt;add a Mapper between tOracleInput/tOracleOuput and in fill the date output with the following line&lt;BR /&gt;MyRoutine.convertString(row1.dateField, "yyyy-MM-dd hh:mm:ss.S")&lt;BR /&gt;&lt;BR /&gt;Hope it will works.&lt;BR /&gt;Best Regards, &lt;BR /&gt;Mike&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I don't understand but it doesn't work...&lt;BR /&gt;When I use a tLogRow component, I can see that the date is complete :&lt;BR /&gt;-&amp;gt; I obtain this format : Tue Mar 27 11:37:52 CEST 2007&lt;BR /&gt;But then, when I try to substitute the tLogRow component by a tOracleOutput component, the date in my out table has got the format 27/03/07 !&lt;BR /&gt;Maybe the bug happens when the data are inserted in the database... &lt;BR /&gt;An idea ?</description>
      <pubDate>Thu, 19 Apr 2007 15:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311664#M82685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-19T15:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311665#M82686</link>
      <description>Whatis your Date format in Oracle table B ?</description>
      <pubDate>Thu, 19 Apr 2007 23:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311665#M82686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-19T23:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311666#M82687</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Whatis your Date format in Oracle table B ?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;format of my date in table A : 'dd/mm/yy hh:mi:ss AM'
&lt;BR /&gt;format of my date in table B : 'dd/mm/yy'
&lt;BR /&gt;
&lt;BR /&gt;Do you think there is a solution that we can find quickly without waiting the next version of Talend ?
&lt;BR /&gt;I am sick because except this problem of date and the null numeric value which becomes "0" in the out table, all I want to do seems to run correctly... But I can't override these problems, and if I don't succeed to solve them quickly, I will have to not use talend for my project... :-(
&lt;BR /&gt;I feel like these problems happen when the data are converted just before the insertion in the table B...</description>
      <pubDate>Fri, 20 Apr 2007 08:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311666#M82687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-20T08:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311667#M82688</link>
      <description>Hello, &lt;BR /&gt;If your table B format is 'dd/mm/yy' we can't put  anything else than this format in the field.&lt;BR /&gt;You need to change the table format...</description>
      <pubDate>Fri, 20 Apr 2007 10:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311667#M82688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-20T10:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311668#M82689</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hello, &lt;BR /&gt;If your table B format is 'dd/mm/yy' we can't put  anything else than this format in the field.&lt;BR /&gt;You need to change the table format...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Sorry... It is not what I wanted to say...&lt;BR /&gt;I wanted to say that the date I obtained in the table B has got the format 'dd/mm/yy' after the extraction...&lt;BR /&gt;But the data type of this field is "DATE" ! And in the table A, the field I want to dump has got the data type "DATE" too ! &lt;BR /&gt;&lt;BR /&gt;NB : with a simple request INSERT, I can put a date with the format "dd/mm/yy hh:mi:ss AM" in this field...</description>
      <pubDate>Fri, 20 Apr 2007 12:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311668#M82689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-20T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311669#M82690</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hello, &lt;BR /&gt;If your table B format is 'dd/mm/yy' we can't put  anything else than this format in the field.&lt;BR /&gt;You need to change the table format...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Sorry... It is not what I wanted to say...&lt;BR /&gt;I wanted to say that the date I obtained in the table B has got the format 'dd/mm/yy' after the extraction...&lt;BR /&gt;But the data type of this field is "DATE" ! And in the table A, the field I want to dump has got the data type "DATE" too ! &lt;BR /&gt;&lt;BR /&gt;NB : with a simple request INSERT, I can put a date with the format "dd/mm/yy hh:mi:ss AM" in this field...&lt;BR /&gt;Hi missjustme,&lt;BR /&gt;I had the same problem with you, and now with the routine above it works fine.&lt;BR /&gt;I load data from an tFileInputDelimited to a table in MySql. My field which contains some dates in my file is defined in string.&lt;BR /&gt;I use a tMap in order to call the routine, and I sent the pattern of my tInputFileDelimited Date ("MM/dd/yyyy HH:mm:ss"). For the field Date, in output of my Tmap, I defined the pattern that is accepted by my DB ("yyyy-MM-dd HH:mm:ss").&lt;BR /&gt;When I use a tLogRow, I see the same format that you ("Tue Mar 27 11:37:52 CEST 2007") but after when it writes the row in my Database, I had the that I defined ("yyyy-MM-dd HH:mm:ss").&lt;BR /&gt;Best Regards,</description>
      <pubDate>Mon, 23 Apr 2007 09:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311669#M82690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-23T09:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311670#M82691</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hello, &lt;BR /&gt;If your table B format is 'dd/mm/yy' we can't put  anything else than this format in the field.&lt;BR /&gt;You need to change the table format...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Sorry... It is not what I wanted to say...&lt;BR /&gt;I wanted to say that the date I obtained in the table B has got the format 'dd/mm/yy' after the extraction...&lt;BR /&gt;But the data type of this field is "DATE" ! And in the table A, the field I want to dump has got the data type "DATE" too ! &lt;BR /&gt;&lt;BR /&gt;NB : with a simple request INSERT, I can put a date with the format "dd/mm/yy hh:mi:ss AM" in this field...&lt;BR /&gt;Hi missjustme,&lt;BR /&gt;I had the same problem with you, and now with the routine above it works fine.&lt;BR /&gt;I load data from an tFileInputDelimited to a table in MySql. My field which contains some dates in my file is defined in string.&lt;BR /&gt;I use a tMap in order to call the routine, and I sent the pattern of my tInputFileDelimited Date ("MM/dd/yyyy HH:mm:ss"). For the field Date, in output of my Tmap, I defined the pattern that is accepted by my DB ("yyyy-MM-dd HH:mm:ss").&lt;BR /&gt;When I use a tLogRow, I see the same format that you ("Tue Mar 27 11:37:52 CEST 2007") but after when it writes the row in my Database, I had the that I defined ("yyyy-MM-dd HH:mm:ss").&lt;BR /&gt;Best Regards,&lt;BR /&gt;Thanks for your answer. I have some questions.&lt;BR /&gt;&lt;BR /&gt;How do you define the pattern that is accepted by your DB ("yyyy-MM-dd HH:mm:ss") in output of your Tmap ? Do you use a particular function that you have implemented ?&lt;BR /&gt;I dont understand when you say :&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I sent the pattern of my tInputFileDelimited Date ("MM/dd/yyyy HH:mm:ss")&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 23 Apr 2007 10:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311670#M82691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-23T10:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311671#M82692</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Thanks for your answer. I have some questions.&lt;BR /&gt;&lt;BR /&gt;How do you define the pattern that is accepted by your DB ("yyyy-MM-dd HH:mm:ss") in output of your Tmap ? Do you use a particular function that you have implemented ?&lt;BR /&gt;I dont understand when you say :&lt;BR /&gt;I sent the pattern of my tInputFileDelimited Date ("MM/dd/yyyy HH:mm:ss")&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;This is an example of my date, that is defined in string "11/14/2006 14:05:34", its pattern is "MM/dd/yyyy HH:mm:ss". I want to transform this string field in a date field with the pattern corresponding to the pattern o MySql that is "yyyy-MM-dd HH:mm:ss".&lt;BR /&gt;Then I call the routine in order to transform it.&lt;BR /&gt;I do screen capture in order to see where I defined the pattern to my ouput field</description>
      <pubDate>Mon, 23 Apr 2007 11:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311671#M82692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-23T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format with Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311672#M82693</link>
      <description>I tried, but it doesn't run... 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Maybe it doesn't run with oracle, or I don't use the right date pattern for Oracle because I don't know it... I tried with this pattern : "DD/MM/YY HH:MI 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;S AM", but the dates inserted in the table still had the format "DD/MM/YY"...</description>
      <pubDate>Mon, 23 Apr 2007 12:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Format-with-Talend/m-p/2311672#M82693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-23T12:42:46Z</dc:date>
    </item>
  </channel>
</rss>

