<?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: Please verify syntax is formatted correctly in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335134#M103728</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000DuiskAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130913i702AB0DB71101F82/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000DuiskAAB.png" alt="0695b00000DuiskAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Mar 2021 16:03:01 GMT</pubDate>
    <dc:creator>Edi1</dc:creator>
    <dc:date>2021-03-31T16:03:01Z</dc:date>
    <item>
      <title>Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335123#M103717</link>
      <description>&lt;P&gt;Is this Talend syntax correct or am i missing a variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;row1.Post_Key() == debit? "60" : "70"&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 13:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335123#M103717</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-30T13:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335124#M103718</link>
      <description>&lt;P&gt;Hi could you explain the debit field ?&lt;/P&gt;&lt;P&gt;if debit is a string and row1.Post_Key() is a string you should use :  row1.Post_Key().equals("debit")? "60" : "70"&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 16:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335124#M103718</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-30T16:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335125#M103719</link>
      <description>&lt;P&gt;Hi,   Thanks for your reply. Yes, I have it as a string 60 is debit and 70 is credit. Should I add "credit" in front of 70?      Like this....  row1.Post_Key().equals("debit")? "60" : (" credit")"70"&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 20:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335125#M103719</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-30T20:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335126#M103720</link>
      <description>&lt;P&gt;Hi Edi, first point it's weird to have parenthesis in your column name (Post_Key() you should avoid this in your column name),&lt;/P&gt;&lt;P&gt;so if row1.Post_key() is a string and is value is "credit" or "debit" and your corresponding output value is "60" or "70" then :&lt;/P&gt;&lt;P&gt; row1.Post_Key().equals("debit")? "60" : "70"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if if row1.Post_key() is a string and is value is "60" or "70" and your corresponding output value is "debit" or "credit" then :&lt;/P&gt;&lt;P&gt;row1.Post_Key().equals("60")? "debit" : "credit"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it depend of wich value you have in input and wich value you want in output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 06:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335126#M103720</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-31T06:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335127#M103721</link>
      <description>&lt;P&gt;Excellent! Thanks gjeremy. This will be helpful for me to assist me with updating it.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 13:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335127#M103721</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-31T13:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335128#M103722</link>
      <description>&lt;P&gt;Hello! &lt;/P&gt;&lt;P&gt;I am getting an error message that it cannot convert from boolean to string. Can you please help me with this syntax to resolve error?&lt;/P&gt;&lt;P&gt;I tried this at first:&lt;/P&gt;&lt;P&gt;row1.Post_Key().equals("debit")? "60" : "70"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I received error above cannot convert from boolean to string so I cast to a string like this, below. It is still not working. I am getting error as stated above. &lt;/P&gt;&lt;P&gt;((String) row1).Post_Key().equals("debit")? "60" : "70"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help please!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 14:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335128#M103722</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-31T14:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335129#M103723</link>
      <description>&lt;P&gt;Where are you using it? In a Tmap ?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 15:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335129#M103723</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-31T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335130#M103724</link>
      <description>&lt;P&gt;if it’s in a tMap could you send screenshot of the tMap and input output schema ?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 15:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335130#M103724</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-31T15:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335131#M103725</link>
      <description>&lt;P&gt;If you want to convert boolean to String use: String.valueOf(Your boolean) instead of (String)(your boolean), but result will be «&amp;nbsp;true&amp;nbsp;» or «&amp;nbsp;false&amp;nbsp;» &lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 15:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335131#M103725</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-31T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335132#M103726</link>
      <description>&lt;P&gt;Yes, in tMap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 15:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335132#M103726</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-31T15:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335133#M103727</link>
      <description>&lt;P&gt;tMap, not connected yet. Excel File input, Generic schema for output. Thanks Gjeremy&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 16:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335133#M103727</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-31T16:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335134#M103728</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000DuiskAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130913i702AB0DB71101F82/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000DuiskAAB.png" alt="0695b00000DuiskAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 16:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335134#M103728</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-31T16:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335135#M103729</link>
      <description>&lt;P&gt;First of all connect tfileinputexcel to a tMap and a tmap to a tlogrow and desactivate all other components&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 16:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335135#M103729</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-31T16:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335136#M103730</link>
      <description>&lt;P&gt;Fileinputexcel must have a schema &lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 16:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335136#M103730</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-31T16:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335137#M103731</link>
      <description>&lt;P&gt; can you send me screenshot of tfileinputexcel schema &lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 16:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335137#M103731</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-31T16:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335138#M103732</link>
      <description>&lt;P&gt;Let me see if I can get it in a posting format, but to give you an idea of what I am trying to do for now below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Schema for inputFile is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Schema: Post_key &lt;/P&gt;&lt;P&gt; Data Type: String&lt;/P&gt;&lt;P&gt;debit is value for Post key it will output "60"&lt;/P&gt;&lt;P&gt;credit is value for post key it will output "70"&lt;/P&gt;&lt;P&gt;row that will be output when run is "60" , "70"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;schema: Account will give outputs (example: 1090.90)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 17:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335138#M103732</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-31T17:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335139#M103733</link>
      <description>&lt;P&gt;if input row name is row1 and column is Post_key (string type) and your column output is a string and if when Post_key equal «&amp;nbsp;credit&amp;nbsp;» Then output value is «&amp;nbsp;60&amp;nbsp;» else «&amp;nbsp;70&amp;nbsp;» , the syntaxe is :&lt;/P&gt;&lt;P&gt;row1.Post_Key.equals(«&amp;nbsp;credit&amp;nbsp;»)?&amp;nbsp; «&amp;nbsp;60&amp;nbsp;»:&amp;nbsp; «&amp;nbsp;70&amp;nbsp;»&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 19:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335139#M103733</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-31T19:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335140#M103734</link>
      <description>&lt;P&gt;Great, I will try what you stated. This should be helpful.  I will connect tfileoutout to tmap and then connect tmap to tLogRow.  Run....then connect output files,...Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 19:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335140#M103734</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-31T19:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335141#M103735</link>
      <description>&lt;P&gt;Tomorow i’ll send you screenshots of a similar job. &lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 20:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335141#M103735</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-03-31T20:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Please verify syntax is formatted correctly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335142#M103736</link>
      <description>&lt;P&gt;Yes, that will be helpful. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 21:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Please-verify-syntax-is-formatted-correctly/m-p/2335142#M103736</guid>
      <dc:creator>Edi1</dc:creator>
      <dc:date>2021-03-31T21:25:19Z</dc:date>
    </item>
  </channel>
</rss>

