<?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: Too much time on this problem (java.sql.SQLException: Conversion failed when converting date and/or time from character string) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Too-much-time-on-this-problem-java-sql-SQLException-Conversion/m-p/2345357#M112900</link>
    <description>&lt;P&gt;The solution kindly provided stopped errors, but the date format still was not bringing correct results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I finally had to keep the date as a date and not a string and use this to make it work correctly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;AND&amp;nbsp; A.[DATE_ADDED] &amp;gt;&amp;nbsp; ' " + TalendDate.formatDate("yyyy-MM-dd hh:mm:ss", (Date)globalMap.get("maxDate"))&amp;nbsp; + " '&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2017 14:58:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-20T14:58:59Z</dc:date>
    <item>
      <title>Too much time on this problem (java.sql.SQLException: Conversion failed when converting date and/or time from character string)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Too-much-time-on-this-problem-java-sql-SQLException-Conversion/m-p/2345355#M112898</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a very persistent error that I have detailed in the attached PDF. Thanks so much for any help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Allen&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 15:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Too-much-time-on-this-problem-java-sql-SQLException-Conversion/m-p/2345355#M112898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-15T15:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Too much time on this problem (java.sql.SQLException: Conversion failed when converting date and/or time from character string)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Too-much-time-on-this-problem-java-sql-SQLException-Conversion/m-p/2345356#M112899</link>
      <description>&lt;P&gt;You may convert the input dates as String then use the result for the comparison:&lt;/P&gt;
&lt;PRE&gt;select convert(varchar(19), yourDateColumn, 120) AS date1&lt;/PRE&gt;
&lt;P&gt;Also the inner join seems strange to me, but no time left to analyze in detail.&lt;/P&gt;
&lt;P&gt;Should "SELECT ... ON xxxxxx WHERE date1 &amp;gt; '" +&amp;nbsp;(String)globalMap.get("foo") + "'".&lt;/P&gt;
&lt;P&gt;No?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 17:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Too-much-time-on-this-problem-java-sql-SQLException-Conversion/m-p/2345356#M112899</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-09-15T17:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Too much time on this problem (java.sql.SQLException: Conversion failed when converting date and/or time from character string)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Too-much-time-on-this-problem-java-sql-SQLException-Conversion/m-p/2345357#M112900</link>
      <description>&lt;P&gt;The solution kindly provided stopped errors, but the date format still was not bringing correct results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I finally had to keep the date as a date and not a string and use this to make it work correctly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;AND&amp;nbsp; A.[DATE_ADDED] &amp;gt;&amp;nbsp; ' " + TalendDate.formatDate("yyyy-MM-dd hh:mm:ss", (Date)globalMap.get("maxDate"))&amp;nbsp; + " '&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 14:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Too-much-time-on-this-problem-java-sql-SQLException-Conversion/m-p/2345357#M112900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-20T14:58:59Z</dc:date>
    </item>
  </channel>
</rss>

