<?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 date Data Conversion Issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241959#M28941</link>
    <description>&lt;P&gt;I changed the datatype to Date for sourec data and ran the job again. I checked the output in wordpad/notepad, but it is still refeclting as&amp;nbsp;07-12-2015 20:03:13 which is not correct; Am i missing something here?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2020 08:58:53 GMT</pubDate>
    <dc:creator>sushantk19</dc:creator>
    <dc:date>2020-03-11T08:58:53Z</dc:date>
    <item>
      <title>Talend date Data Conversion Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241957#M28939</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am extracting data from a Relation Database using HeidiSQL client. Source date value is '2015-12-07 19:03:13'; I create a simple Talend Job to extract the data from this table to .csv file. BUt storing the data in relevant date field in .csv, the value is coming is&amp;nbsp;07/12/2015 20:03:13 PM. It is storing the date correctly, but the time is 1 hour ahead then what it should be? how can we handle this in Talend code itself as I have very less knowledge on Java.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241957#M28939</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2024-11-16T03:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Talend date Data Conversion Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241958#M28940</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQvwAAG"&gt;@sushantk19&lt;/A&gt;&amp;nbsp;, yes it will store correctly,since you might seeing difference when you open in excel,you should open that csv file in notepad++ or some other editor then you will find the exact format what you have extracted from Table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 03:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241958#M28940</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-11T03:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Talend date Data Conversion Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241959#M28941</link>
      <description>&lt;P&gt;I changed the datatype to Date for sourec data and ran the job again. I checked the output in wordpad/notepad, but it is still refeclting as&amp;nbsp;07-12-2015 20:03:13 which is not correct; Am i missing something here?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 08:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241959#M28941</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2020-03-11T08:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Talend date Data Conversion Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241960#M28942</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQvwAAG"&gt;@sushantk19&lt;/A&gt;&amp;nbsp;, can you share your job design and date column date format also?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 09:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241960#M28942</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-11T09:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Talend date Data Conversion Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241961#M28943</link>
      <description>&lt;P&gt;The Job Design is very simple:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tDBInput(MYQSL)----&amp;gt;tLogRow----&amp;gt;tFileOutputDelimited,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Source date format is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Col name&amp;nbsp; &amp;nbsp; TYPE&amp;nbsp; &amp;nbsp; &amp;nbsp;DB TYPE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Date Pattern&lt;/P&gt;
&lt;P&gt;created_at&amp;nbsp; &amp;nbsp;DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; DATETIME&amp;nbsp; &amp;nbsp; &amp;nbsp;"dd-MM-yyyy HH:mm:ss"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If i make it String varchar 255, then it loads perfectly in .csv file.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 11:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241961#M28943</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2020-03-13T11:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Talend date Data Conversion Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241962#M28944</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQvwAAG"&gt;@sushantk19&lt;/A&gt;&amp;nbsp;, is&amp;nbsp;&lt;SPAN&gt;dd-MM-yyyy HH:mm:ss format have used in tFileOutputDelimited also?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 03:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-date-Data-Conversion-Issue/m-p/2241962#M28944</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-16T03:47:14Z</dc:date>
    </item>
  </channel>
</rss>

