<?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: Unable to check if table exists in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336718#M105136</link>
    <description>It works perfectly!
&lt;BR /&gt;Thanks a lot!</description>
    <pubDate>Wed, 22 Feb 2012 16:11:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-22T16:11:06Z</dc:date>
    <item>
      <title>Unable to check if table exists</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336714#M105132</link>
      <description>Hello,&lt;BR /&gt;I am new to Talend and I would like to create a job that checks if a table exists in Postgres, and if it does retrieve a certain max() value and place it in a variable X, if it doesn`t set the X variable to 0.&lt;BR /&gt;Could someone please help me out?&lt;BR /&gt;Thank you,&lt;BR /&gt;Andras</description>
      <pubDate>Sat, 16 Nov 2024 12:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336714#M105132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check if table exists</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336715#M105133</link>
      <description>Hi Andras&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;According to your requirement, you can create job as follows. If this is the first time using TOS, maybe it's a little complex.&lt;BR /&gt;tPostgreSQLInput--&amp;gt;main--&amp;gt;tJavaRow&lt;BR /&gt;          |&lt;BR /&gt;OnSubjobError&lt;BR /&gt;          |&lt;BR /&gt;      tJava&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 22 Feb 2012 02:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336715#M105133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-22T02:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check if table exists</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336716#M105134</link>
      <description>Thank you for your answer.&lt;BR /&gt;Instead of using tJava can I do this If/Else in tMap? I know that tMap does not support If/Else, but is there a way of coding the tMap to do a check like:&lt;BR /&gt;if(row1.X==null){&lt;BR /&gt;   row1.X = 1;&lt;BR /&gt;} else{&lt;BR /&gt;   row1.X++;&lt;BR /&gt;}</description>
      <pubDate>Wed, 22 Feb 2012 09:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336716#M105134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-22T09:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check if table exists</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336717#M105135</link>
      <description>Hi
&lt;BR /&gt;Try this expression.
&lt;BR /&gt;
&lt;PRE&gt;row1.X==null?1;row1.X++&lt;/PRE&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 22 Feb 2012 09:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336717#M105135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-22T09:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check if table exists</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336718#M105136</link>
      <description>It works perfectly!
&lt;BR /&gt;Thanks a lot!</description>
      <pubDate>Wed, 22 Feb 2012 16:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336718#M105136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-22T16:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check if table exists</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336719#M105137</link>
      <description>Actually ++ doesn`t work for increment in Talend, I had to use Variable+=1 in stead of Variable++.</description>
      <pubDate>Wed, 22 Feb 2012 21:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336719#M105137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-22T21:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check if table exists</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336720#M105138</link>
      <description>I guess it works, it's just the post increment effect, use ++X (pre increment)</description>
      <pubDate>Thu, 06 Jun 2013 13:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-check-if-table-exists/m-p/2336720#M105138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T13:40:10Z</dc:date>
    </item>
  </channel>
</rss>

