<?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: Token | was not valid in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Token-was-not-valid/m-p/2196910#M868</link>
    <description>&lt;P&gt;Letting community know I figured this out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There were non compliant characters coming through in the query.&amp;nbsp; I copied and pasted the code from an email and in turn, it brought in odd and invisible characters.&amp;nbsp; I placed the query in notepad++ and stepped through the query and edited it.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2020 16:23:20 GMT</pubDate>
    <dc:creator>rwnetwork</dc:creator>
    <dc:date>2020-02-11T16:23:20Z</dc:date>
    <item>
      <title>Token | was not valid</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Token-was-not-valid/m-p/2196909#M867</link>
      <description>&lt;P&gt;Hello&lt;/P&gt; 
&lt;P&gt;Getting this error that I cannot figure out when a tas400input step runs into a tmap:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;"select fiinst,fddgrp,fdtype,fitype,fiigrp,fdstcd,fdarea,fdbank,fddate,fdmnst,fdmnar,fdmnbk&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;from data.fpf fpf​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;left join data.bankinst bi on fpf.fdmnst = bi.qistcd and fpf.fdmnar= bi.qiarea and fpf.fdmnbk = bi.qibank and fpf.fddgrp = bi.qiigrp​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;join data.instrmst inm on inm.fitype = fpf.fdtype and inm.FIIGRP = fpf.FDDGRP and inm.fiinst = bi.qiinst​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;where fdstcd = '"+((String)globalMap.get("X.State"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and fdarea = '"+((Integer)globalMap.get("X.Area"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and fdbank = '"+((Integer)globalMap.get("X.Bank"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and fddgrp = '"+((String)globalMap.get"(X.Group"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and fiinst = '"+((String)globalMap.get("X.ProductCode"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and fddate = (​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Select Max(fddate) from data.fpf fpf ​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;left join data.bankinst bi on fpf.fdmnst = bi.qistcd and fpf.fdmnar= bi.qiarea and fpf.fdmnbk = bi.qibank and fpf.fddgrp = bi.qiigrp​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;join data.instrmst inm on inm.fitype = fpf.fdtype and inm.FIIGRP = fpf.FDDGRP and inm.fiinst = bi.qiinst​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;where fdstcd = '"+((String)globalMap.get("X.State"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and fdarea = '"+((Integer)globalMap.get("X.Area"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and fdbank = '"+((Integer)globalMap.get("X.Bank"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and fddgrp = '"+((String)globalMap.get("X.Group"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;and fiinst = '"+((String)globalMap.get("X.ProductCode"))+"'​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;)​&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;group by fiinst,fddgrp,fdtype,fitype,fiigrp,fdstcd,fdarea,fdbank,fddate,fdmnst,fdmnar,fdmnbk"&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any suggestions please?&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-02-10_1136_v7.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M90I.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153724iB6387446B17F5166/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M90I.png" alt="0683p000009M90I.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-02-10_1135_error.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8xx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144940i8C351C97AD6DAFA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8xx.png" alt="0683p000009M8xx.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 17:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Token-was-not-valid/m-p/2196909#M867</guid>
      <dc:creator>rwnetwork</dc:creator>
      <dc:date>2020-02-10T17:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Token | was not valid</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Token-was-not-valid/m-p/2196910#M868</link>
      <description>&lt;P&gt;Letting community know I figured this out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There were non compliant characters coming through in the query.&amp;nbsp; I copied and pasted the code from an email and in turn, it brought in odd and invisible characters.&amp;nbsp; I placed the query in notepad++ and stepped through the query and edited it.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 16:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Token-was-not-valid/m-p/2196910#M868</guid>
      <dc:creator>rwnetwork</dc:creator>
      <dc:date>2020-02-11T16:23:20Z</dc:date>
    </item>
  </channel>
</rss>

