<?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: type mismatch : cannot convert from string to date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238038#M26283</link>
    <description>can anyone help me for this issue asap?</description>
    <pubDate>Thu, 26 May 2011 09:59:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-05-26T09:59:34Z</dc:date>
    <item>
      <title>type mismatch : cannot convert from string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238037#M26282</link>
      <description>hello,
&lt;BR /&gt; i need to set previous day date to fetch my previous day status records so i used this code .
&lt;BR /&gt; 
&lt;BR /&gt; " TalendDate.formatDate("yyyy-MM-dd", TalendDate.addDate(TalendDate.getCurrentDate(), - 1, "dd")) "
&lt;BR /&gt;by this code im getting previous day date but only in "string" format in stage variables but i want it in "date" format 
&lt;BR /&gt; if i changed that to "date" format it shows error like " type mismatch : cannot convert from string to date " .
&lt;BR /&gt;how can i get the same in "date" format ? can anyone suggest me for this?
&lt;BR /&gt;
&lt;BR /&gt;Thanks in advance
&lt;BR /&gt; Nilesh</description>
      <pubDate>Sat, 16 Nov 2024 12:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238037#M26282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch : cannot convert from string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238038#M26283</link>
      <description>can anyone help me for this issue asap?</description>
      <pubDate>Thu, 26 May 2011 09:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238038#M26283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-26T09:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch : cannot convert from string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238039#M26284</link>
      <description>Hi 
&lt;BR /&gt;The method formatDate returns a String, if want a date format, use this expression: 
&lt;BR /&gt;TalendDate.addDate(TalendDate.getCurrentDate(), - 1, "dd") 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 26 May 2011 10:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238039#M26284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-26T10:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch : cannot convert from string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238040#M26285</link>
      <description>for that im getting like &lt;BR /&gt;"Wed May 25 14:58:56 GMT+05:30 2011"&lt;BR /&gt;but i need a output like "2011-05-25" in date format.</description>
      <pubDate>Thu, 26 May 2011 10:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238040#M26285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-26T10:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch : cannot convert from string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238041#M26286</link>
      <description>Hi 
&lt;BR /&gt;Change the data type of column on schema to String, then you are able to use the expression as below to formate a Date to a String. 
&lt;BR /&gt;TalendDate.formatDate("yyyy-MM-dd", TalendDate.addDate(TalendDate.getCurrentDate(), - 1, "dd")) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 26 May 2011 10:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238041#M26286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-26T10:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch : cannot convert from string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238042#M26287</link>
      <description>Ya this is what i used earlier . &lt;BR /&gt;now i need the same result(2011-05-18) but the datatype should be in date format because i need to merge it with my data which is in "date" datatype ..&lt;BR /&gt;Is "2011-05-18" format  in "date" data type in talend tool....</description>
      <pubDate>Thu, 26 May 2011 11:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238042#M26287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-26T11:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch : cannot convert from string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238043#M26288</link>
      <description>Hi
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Is "2011-05-18" format in "date" data type in talend tool....&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Yes, just set the date pattern as "yyyy-MM-dd", it will looks like "2011-05-18" in target.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 26 May 2011 11:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238043#M26288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-26T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch : cannot convert from string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238044#M26289</link>
      <description>yes i can change the format but if the data type is "date" it showing the same type mismatch error.</description>
      <pubDate>Thu, 26 May 2011 12:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238044#M26289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-26T12:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: type mismatch : cannot convert from string to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238045#M26290</link>
      <description>TalendDate.parseDate</description>
      <pubDate>Fri, 27 May 2011 09:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/type-mismatch-cannot-convert-from-string-to-date/m-p/2238045#M26290</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-05-27T09:26:11Z</dc:date>
    </item>
  </channel>
</rss>

