<?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: DateTime sepration tmap to Mysql Workbench in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/DateTime-sepration-tmap-to-Mysql-Workbench/m-p/2238179#M26375</link>
    <description>&lt;P&gt;what is datatype of column in database ? is it date , datetime or timestamp? if it is not date type , it will display timestamp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 14:09:34 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-03-10T14:09:34Z</dc:date>
    <item>
      <title>DateTime sepration tmap to Mysql Workbench</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DateTime-sepration-tmap-to-Mysql-Workbench/m-p/2238178#M26374</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have been trying to delete time from DateTime String to Date format "yyyy-MM-dd" using tmap component.&lt;/P&gt; 
&lt;P&gt;My components are:&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;tFileInputDelimited&lt;/STRONG&gt; to &lt;STRONG&gt;tmap&lt;/STRONG&gt; to &lt;STRONG&gt;tLogRow&lt;/STRONG&gt; to&amp;nbsp;&lt;STRONG&gt;tMysqlOutput&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;When I excute the job there are no errors and in the tLogRow everything looks perfectly fine as I needed. However, I get the date format as "yyyy-MM-dd hh:mm:ss" instead of "yyyy-MM-dd" in the final output which is tMysqlOutput (in my case am using Mysql Workbench).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have used the expression :&amp;nbsp;TalendDate.parseDate("yyyy-MM-dd",row1.Date)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;IMAGES ATTACHED&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2jG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153015i6DA93D02C19DBF29/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2jG.png" alt="0683p000009M2jG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tlogrow.png" style="width: 632px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2jL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139266i305490937F18CE07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2jL.png" alt="0683p000009M2jL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mysql Workbench.png" style="width: 685px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2cf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154690iC34AA5ABE2B942CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2cf.png" alt="0683p000009M2cf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for helping guys,&lt;/P&gt; 
&lt;P&gt;Sherif&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 13:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DateTime-sepration-tmap-to-Mysql-Workbench/m-p/2238178#M26374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-10T13:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: DateTime sepration tmap to Mysql Workbench</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DateTime-sepration-tmap-to-Mysql-Workbench/m-p/2238179#M26375</link>
      <description>&lt;P&gt;what is datatype of column in database ? is it date , datetime or timestamp? if it is not date type , it will display timestamp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DateTime-sepration-tmap-to-Mysql-Workbench/m-p/2238179#M26375</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-10T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: DateTime sepration tmap to Mysql Workbench</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DateTime-sepration-tmap-to-Mysql-Workbench/m-p/2238180#M26376</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; This looks like the data's timezone is getting changed by 1 hour while loading to MySQL server.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please try to load the date column where your timezone is explicitly mentioned in the output of tMap?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;It may resolve the issue.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 05:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DateTime-sepration-tmap-to-Mysql-Workbench/m-p/2238180#M26376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-11T05:49:25Z</dc:date>
    </item>
  </channel>
</rss>

