<?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: Syntax error on tokens, delete these tokens in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368382#M131655</link>
    <description>hi,
&lt;BR /&gt;seems that you have a 'delimiter' open and not closed (or inverse)
&lt;BR /&gt;First have a look on 
&lt;A href="http://java.syntaxerrors.info/index.php?title=Main_Page#Errors_running" target="_blank" rel="nofollow noopener noreferrer"&gt;those example&lt;/A&gt;
&lt;BR /&gt;To find which one , open your job and looks at the code ; on the right border you sould have a "red pointer" , click on it and you got the mistake 
&lt;BR /&gt;Propably a String parameters in a field without quote
&lt;BR /&gt;++
&lt;BR /&gt;laurent</description>
    <pubDate>Tue, 28 Apr 2009 13:37:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-04-28T13:37:06Z</dc:date>
    <item>
      <title>Syntax error on tokens, delete these tokens</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368381#M131654</link>
      <description>Hello guys I am getting the error when job is executed from command prompt &lt;BR /&gt;Following is the structure of my job:&lt;BR /&gt;&lt;BR /&gt;tFileList--&amp;gt;tFileInputXML--&amp;gt;tExtractDelimitedFields--&amp;gt;tFilterRow--&amp;gt;TMap--&amp;gt; tOracleOutout --&amp;gt;tFileOutputDelimited &lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt;    Syntax error on tokens, delete these tokens&lt;BR /&gt;job runs from Talend but not from command prompt&lt;BR /&gt;    &lt;BR /&gt;Any ideas or solution to resolve?&lt;BR /&gt;Thanks,&lt;BR /&gt;Yogesh</description>
      <pubDate>Sat, 16 Nov 2024 13:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368381#M131654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on tokens, delete these tokens</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368382#M131655</link>
      <description>hi,
&lt;BR /&gt;seems that you have a 'delimiter' open and not closed (or inverse)
&lt;BR /&gt;First have a look on 
&lt;A href="http://java.syntaxerrors.info/index.php?title=Main_Page#Errors_running" target="_blank" rel="nofollow noopener noreferrer"&gt;those example&lt;/A&gt;
&lt;BR /&gt;To find which one , open your job and looks at the code ; on the right border you sould have a "red pointer" , click on it and you got the mistake 
&lt;BR /&gt;Propably a String parameters in a field without quote
&lt;BR /&gt;++
&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 28 Apr 2009 13:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368382#M131655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-28T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on tokens, delete these tokens</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368383#M131656</link>
      <description>Thanks laurent,&lt;BR /&gt;But the java code shows no error and works perfect inside the Talend-UI, so is there any thing else that needs to handle?&lt;BR /&gt;Thanks,&lt;BR /&gt;Yogesh</description>
      <pubDate>Tue, 28 Apr 2009 13:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368383#M131656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-28T13:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on tokens, delete these tokens</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368384#M131657</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;hi,&lt;BR /&gt;seems that you have a 'delimiter' open and not closed (or inverse)&lt;BR /&gt;Propably a String parameters in a field without quote&lt;BR /&gt;++&lt;BR /&gt;laurent&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;As reference for others, I was using a Microsoft SQL component for which strings must be enclosed
&lt;BR /&gt;between double quotes ( " ) instead of simple quotes ( ' ).
&lt;BR /&gt;Escaping the string quotes did the job for me ( \" )
&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 03 Jan 2011 15:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368384#M131657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-03T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on tokens, delete these tokens</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368385#M131658</link>
      <description>Hi guys,&lt;BR /&gt;another reference for others, I also received the message "Syntax error on tokens, delete these tokens".&lt;BR /&gt;Reason:&lt;BR /&gt;There was one empty row within my tSplitRow component. Therefore the java code was like this:&lt;BR /&gt;"rowTmp_tSplitRow_1.ColumnName = ;" which results in an error message.&lt;BR /&gt;Solution:&lt;BR /&gt;I've just deleted the empty line in tSplitRow.&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Tue, 06 Aug 2013 16:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Syntax-error-on-tokens-delete-these-tokens/m-p/2368385#M131658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-06T16:23:10Z</dc:date>
    </item>
  </channel>
</rss>

