<?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: Method parsedate does not work - &amp;quot;undefined for the type TalendJavaSourceViewer&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237491#M25899</link>
    <description>in the date format between month and year a '-' is missing:
&lt;BR /&gt;"dd-MM yyyy","01-01-2000" should be : "dd-MM-yyyy","01-01-2000"</description>
    <pubDate>Fri, 24 Aug 2018 09:52:59 GMT</pubDate>
    <dc:creator>Jesperrekuh</dc:creator>
    <dc:date>2018-08-24T09:52:59Z</dc:date>
    <item>
      <title>Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237488#M25896</link>
      <description>&lt;P&gt;In my tMap component I'm trying to compare two dates, using this code in expression editor:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;TalendDate.compareDate(parseDate("dd-MM-yyyy","01-01-2000"),row1.CREATEDDATE)&lt;/PRE&gt;
&lt;P&gt;I need to compare the date "01-01-2000" to the date incoming from the dbInputTable row1 and, if equals, do something. Since I can't compare string and dates, I thought about parsing the string first to date and then compare, but when I hit "Test" in the expression builder I have this error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;the method parsedate is undefined for the type TalendJavaSourceViewer0&lt;/PRE&gt;
&lt;P&gt;What does this mean? Where am I going wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 09:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237488#M25896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T09:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237489#M25897</link>
      <description>&lt;PRE&gt;TalendDate.parseDate("dd-MM yyyy","01-01-2000")&lt;/PRE&gt;&lt;P&gt;Thats it. just add TalendDate.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 09:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237489#M25897</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T09:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237490#M25898</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LMrOAAW"&gt;@Dijke&lt;/A&gt;&amp;nbsp;wrote:
 &lt;BR /&gt;
 &lt;PRE&gt;TalendDate.parseDate("dd-MM yyyy","01-01-2000")&lt;/PRE&gt;
 &lt;P&gt;Thats it. just add TalendDate.&lt;/P&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I've already tried it but still doesn't work, gives me a generic error (exception in thread main).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 09:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237490#M25898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T09:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237491#M25899</link>
      <description>in the date format between month and year a '-' is missing:
&lt;BR /&gt;"dd-MM yyyy","01-01-2000" should be : "dd-MM-yyyy","01-01-2000"</description>
      <pubDate>Fri, 24 Aug 2018 09:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237491#M25899</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T09:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237492#M25900</link>
      <description>Copy-paste error, there is in my code. (I'll modify the post)</description>
      <pubDate>Fri, 24 Aug 2018 09:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237492#M25900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T09:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237493#M25901</link>
      <description>&lt;P&gt;I use something different for comparison.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;// java.util.Date.before(Date when)
// java.util.Date.after(Date when)
// java.util.Date.compareTo(Date when)

TalendDate.parseDate("dd-MM-yyyy","01-01-2000").compareTo(row1.CREATEDDATE)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sidenote:&lt;/STRONG&gt;&amp;nbsp;on the TalendJavaSourceViewer ... is it a supported version of java?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 10:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237493#M25901</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T10:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237494#M25902</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LMrOAAW"&gt;@Dijke&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;I use something different for comparison.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;PRE&gt;// java.util.Date.before(Date when)
// java.util.Date.after(Date when)
// java.util.Date.compareTo(Date when)

TalendDate.parseDate("dd-MM-yyyy","01-01-2000").compareTo(row1.CREATEDDATE)&lt;/PRE&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&lt;STRONG&gt;Sidenote:&lt;/STRONG&gt;&amp;nbsp;on the TalendJavaSourceViewer ... is it a supported version of java?&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;I've tried this way doing this:&lt;/P&gt; 
&lt;PRE&gt;TalendDate.parseDate("dd-MM-yyyy","01-01-2000").compareTo(row1.CREATEDDATE) == 0 ? TalendDate.parseDate("dd-MM-yyyy","01-01-1900") : row1.CREATEDDATE&lt;/PRE&gt; 
&lt;P&gt;But when hitting "test" the same error appears&lt;/P&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: &lt;/PRE&gt; 
&lt;P&gt;Is there a way to see what this unresolved compilation problem is?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 10:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237494#M25902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T10:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237495#M25903</link>
      <description>Ok, it might seems strange but... did you restart talend? Sometimes some errors result in some sort of crashing talend (which is eclipse) ... and you keep on running into errors without any particular reason...&lt;BR /&gt;This might be the case.&lt;BR /&gt;&lt;BR /&gt;if you select the tMap component (do not open, single click, just select) and on the left lower bottom of this panel (next to view) there's a tab/panel named : code ...&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2018 10:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237495#M25903</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T10:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237496#M25904</link>
      <description>&lt;P&gt;I restarted Talend and on the expression builder I have no errors now, but when I try to run the job an error appears saying:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;object is not an instance of declaring class&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Aug 2018 10:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237496#M25904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T10:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237497#M25905</link>
      <description>It probably has to do with the TalendDate.parseDate().compareTo() which doesnt inherit some util Date stuff I suppose
&lt;BR /&gt;
&lt;BR /&gt;Try:
&lt;BR /&gt;in tMap create a var of type Date prsddate which you parse the date
&lt;BR /&gt;And use in another created var of type int : compareresult
&lt;BR /&gt;here you: Var.prsddate.compareTo(row1.CREATEDDATE)
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2018 11:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237497#M25905</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237498#M25906</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;&lt;PRE&gt;Date prsddate = parseDate("dd-MM-yyyy","01-01-2000");
int compareresult = prssdate.compareTo(row1.CREATEDDATE);
compareresult == 0 ?  parseDate("dd-MM-yyyy","01-01-1900") : row1.CREATEDDATE;&lt;/PRE&gt;&lt;P&gt;The error is still the same&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 11:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237498#M25906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T11:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237499#M25907</link>
      <description>&lt;P&gt;check screenshot&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtaJ"&gt;compareTo.jpg&lt;/A&gt;</description>
      <pubDate>Fri, 24 Aug 2018 11:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237499#M25907</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T11:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237500#M25908</link>
      <description>&lt;P&gt;Thanks. And how can I add the if then else condition?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="immagine.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzP4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146958i70F326A9C3D39953/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzP4.png" alt="0683p000009LzP4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 11:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237500#M25908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T11:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237501#M25909</link>
      <description>Change your Var datatypes, they are still String ... should be Date and int&lt;BR /&gt;And the if in the output should be: Var.compared.equals(0)&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2018 11:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237501#M25909</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T11:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237502#M25910</link>
      <description>&lt;P&gt;Did this... is it correct? I need two options for the output&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="immagine.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzeh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128553i5BDE136F48485AFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzeh.png" alt="0683p000009Lzeh.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 11:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237502#M25910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T11:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237503#M25911</link>
      <description>&lt;P&gt;Try it like this... screenshot&lt;/P&gt; 
&lt;P&gt;Do you also want output where date are more recent then your 01-01-1900?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the yellow part you add the filter expression, like you did, but just Var.compared&amp;gt;0 .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtSX"&gt;compareTo.jpg&lt;/A&gt;</description>
      <pubDate>Fri, 24 Aug 2018 12:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237503#M25911</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T12:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237504#M25912</link>
      <description>&lt;P&gt;Tried like you showed but it gives me this error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;java.lang.IllegalArgumentException: java.lang.ClassCastException@795bb42d
	at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.emf.codegen.jet.JETEmitter.generate(JETEmitter.java:461)
	at org.talend.designer.codegen.config.TalendJetEmitter.generate(TalendJetEmitter.java:684)
	at org.eclipse.emf.codegen.jet.JETEmitter.generate(JETEmitter.java:441)
	at org.eclipse.emf.codegen.jet.JETEmitter.generate(JETEmitter.java:432)
	at org.talend.designer.codegen.proxy.JetProxy.generate(JetProxy.java:54)
	at org.talend.designer.codegen.CodeGenerator.instantiateJetProxy(CodeGenerator.java:446)
	at org.talend.designer.codegen.CodeGenerator.generateContextCode(CodeGenerator.java:363)
	at org.talend.designer.core.runprocess.Processor.updateContextCode(Processor.java:642)
	at org.talend.designer.runprocess.java.JavaProcessor.generateContextCode(JavaProcessor.java:1632)
	at org.talend.designer.runprocess.ProcessorUtilities.generateContextInfo(ProcessorUtilities.java:852)
	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:574)
	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1736)
	at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:582)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)
	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:527)
	at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:284)
	at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1190)
	at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:534)
	at org.talend.designer.runprocess.remote.RunRemoteProcessContext.exec(RunRemoteProcessContext.java:84)
	at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1401)
	at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:701)
	at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:58)
	at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1.run(JobLaunchConfigurationDelegate.java:84)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.talend.rcp.intro.Application.start(Application.java:265)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)&lt;/PRE&gt; 
&lt;P&gt;What I need to do is to set 01-01-1900 if the date of row1.createddate is equal to prsddate, otherwise I'll set row1.createddate&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 13:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237504#M25912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-24T13:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Method parsedate does not work - "undefined for the type TalendJavaSourceViewer"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237505#M25913</link>
      <description>My code/example runs, no copy paste errors? you probably checked.&lt;BR /&gt;Make sure you checked the var compared as "Null / Nullable" (checkbox in tMap)&lt;BR /&gt;It will change from int to Integer.&lt;BR /&gt;&lt;BR /&gt;Your error looks like you missing out on some quotes and cant generate your code...</description>
      <pubDate>Fri, 24 Aug 2018 13:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Method-parsedate-does-not-work-quot-undefined-for-the-type/m-p/2237505#M25913</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-24T13:31:42Z</dc:date>
    </item>
  </channel>
</rss>

