<?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: [resolved] Issue in date format while inserting record in table of MYSQL database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Issue-in-date-format-while-inserting-record-in-table-of/m-p/2281817#M56233</link>
    <description>&lt;A href="https://dev.mysql.com/doc/refman/5.7/en/datetime.html" rel="nofollow noopener noreferrer"&gt;https://dev.mysql.com/doc/refman/5.7/en/datetime.html&lt;/A&gt;&lt;BR /&gt;presentation forms could be many, so - just test it</description>
    <pubDate>Tue, 07 Mar 2017 12:54:10 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-03-07T12:54:10Z</dc:date>
    <item>
      <title>[resolved] Issue in date format while inserting record in table of MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Issue-in-date-format-while-inserting-record-in-table-of/m-p/2281814#M56230</link>
      <description>Hi All, 
&lt;BR /&gt;I want to capture job success&amp;nbsp;status value in table&amp;nbsp; 
&lt;B&gt;"talend_job_status"&lt;/B&gt;&amp;nbsp;once the job execution is successful. 
&lt;BR /&gt;My schema for tMySQLRow component is given below :- 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDbf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151295i1F610D57CBB0CA28/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDbf.png" alt="0683p000009MDbf.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;My Query in this component is as follows :-&amp;nbsp; 
&lt;BR /&gt; 
&lt;B&gt;"INSERT INTO talend_job_status&amp;nbsp;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;VALUES ('"+jobName+"','"+TalendDate.getDate("MM/dd/yyyy HH:mm:ss")+"',1)"&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Schema of table&amp;nbsp; 
&lt;B&gt;"talend_job_status" &lt;/B&gt;is given below 
&lt;B&gt;:-&lt;/B&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDVs.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157776i3FF388792DD74A10/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDVs.png" alt="0683p000009MDVs.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;But once job execution is complete I am unable to capture status because I am getting error which is as follows :-&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDT9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156263iB68D39AFF985E093/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDT9.png" alt="0683p000009MDT9.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Can anyone please suggest me what is wrong in my talend development ? Valuable suggestion is welcome.</description>
      <pubDate>Tue, 07 Mar 2017 10:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Issue-in-date-format-while-inserting-record-in-table-of/m-p/2281814#M56230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-07T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Issue in date format while inserting record in table of MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Issue-in-date-format-while-inserting-record-in-table-of/m-p/2281815#M56231</link>
      <description>default forMySQL datetime format = yyyy-MM-dd HH:mm:ss&lt;BR /&gt;if You have 03/07/2017 15:54:39 in source, You need convert it to proper format</description>
      <pubDate>Tue, 07 Mar 2017 11:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Issue-in-date-format-while-inserting-record-in-table-of/m-p/2281815#M56231</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-07T11:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Issue in date format while inserting record in table of MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Issue-in-date-format-while-inserting-record-in-table-of/m-p/2281816#M56232</link>
      <description>Hi, 
&lt;BR /&gt;Thanks for your reply. 
&lt;BR /&gt;But we I execute SELECT query the data is shown below :-&amp;nbsp; 
&lt;BR /&gt;Format of date is different here&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDbk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141523iD3737EE262A78E81/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDbk.png" alt="0683p000009MDbk.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 07 Mar 2017 12:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Issue-in-date-format-while-inserting-record-in-table-of/m-p/2281816#M56232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-07T12:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Issue in date format while inserting record in table of MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Issue-in-date-format-while-inserting-record-in-table-of/m-p/2281817#M56233</link>
      <description>&lt;A href="https://dev.mysql.com/doc/refman/5.7/en/datetime.html" rel="nofollow noopener noreferrer"&gt;https://dev.mysql.com/doc/refman/5.7/en/datetime.html&lt;/A&gt;&lt;BR /&gt;presentation forms could be many, so - just test it</description>
      <pubDate>Tue, 07 Mar 2017 12:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Issue-in-date-format-while-inserting-record-in-table-of/m-p/2281817#M56233</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-07T12:54:10Z</dc:date>
    </item>
  </channel>
</rss>

