<?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: Unparseable date error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343157#M110949</link>
    <description>&lt;P&gt;try the below one.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lx2J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147957i4FFB6C423D60921D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lx2J.png" alt="0683p000009Lx2J.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 May 2018 08:28:39 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-05-24T08:28:39Z</dc:date>
    <item>
      <title>Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343148#M110940</link>
      <description>&lt;P&gt;I am getting "Unparseable date" error by using the below code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;"".equals(ColName) || &lt;/EM&gt;&lt;/FONT&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;ColName == null ? "" : TalendDate.formatDate("yyyy-MM-dd",TalendDate.parseDate("MM-dd-yyyy","ColName"))&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Input is "Date" type, i am converting it to String type. I am also trying to replace null with blank values&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 06:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343148#M110940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T06:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343149#M110941</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LL7jAAG"&gt;@samisyed80&lt;/A&gt;,what is the source date format? do you just need to convert date to string?&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 07:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343149#M110941</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-24T07:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343150#M110942</link>
      <description>&lt;P&gt;Source is DATE type, format "MM-dd-yyyy"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Destination is STRING type "yyyy-MM-dd"&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 07:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343150#M110942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T07:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343151#M110943</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LL7jAAG"&gt;@samisyed80&lt;/A&gt;,to convert date from one format to another use below way. are you loading to excel file out it doesnt matter sting or date&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwzh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141016i3E59A7CACF020C9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwzh.png" alt="0683p000009Lwzh.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 07:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343151#M110943</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-24T07:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343152#M110944</link>
      <description>&lt;P&gt;My source is Date type. but your example is having string type in source. Is that going to impact?&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 07:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343152#M110944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343153#M110945</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LL7jAAG"&gt;@samisyed80&lt;/A&gt;,sorry,previous worng screenshot.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;find teh correct one.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxJW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139121i2CF7FDE117850896/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxJW.png" alt="0683p000009LxJW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 07:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343153#M110945</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-24T07:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343154#M110946</link>
      <description>&lt;P&gt;OK, now, i don't want null in this column, how to replace it with SPACE or BLANK?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 08:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343154#M110946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T08:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343155#M110947</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LL7jAAG"&gt;@samisyed80&lt;/A&gt;,use this way&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;"".equals(ColName) ||&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;ColName == null ? "" : ColName&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 08:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343155#M110947</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-24T08:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343156#M110948</link>
      <description>&lt;P&gt;Some of the date rows are having null. If i put that code to replace with BLANK's then Cant convert String to Date error is throwing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 08:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343156#M110948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343157#M110949</link>
      <description>&lt;P&gt;try the below one.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lx2J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147957i4FFB6C423D60921D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lx2J.png" alt="0683p000009Lx2J.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 08:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343157#M110949</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-24T08:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343158#M110950</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LL7jAAG"&gt;@samisyed80&lt;/A&gt;,still do you have issue?&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 09:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343158#M110950</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-24T09:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unparseable date error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343159#M110951</link>
      <description>&lt;P&gt;Yes Manohar, it didnt work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the output table should store the date in "yyyy-mm-dd" format.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 11:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unparseable-date-error/m-p/2343159#M110951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T11:19:15Z</dc:date>
    </item>
  </channel>
</rss>

