<?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: tfilterrow logic in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207578#M7159</link>
    <description>i am &amp;nbsp;reading data from text document and writing data into oracle table. 
&lt;BR /&gt;text document has data format as shown below. 
&lt;BR /&gt;ID|FName|LName|City|State|DOJ 
&lt;BR /&gt;110193|Thomas|Johnson|Columbus|ME|30-04-2015. 
&lt;BR /&gt;data is loaded into oracle table but when we run the job it is giving message in red color as: 
&lt;BR /&gt;For input string: "ID"&amp;nbsp; 
&lt;BR /&gt;Please find the image for reference.is this any error?if it is error i think data won't load into database. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC2a.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129396i96C2F554A98C75F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC2a.png" alt="0683p000009MC2a.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Wed, 26 Oct 2016 10:35:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-26T10:35:13Z</dc:date>
    <item>
      <title>tfilterrow logic</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207576#M7157</link>
      <description>1)in oracle i can write query as&amp;nbsp;select * &amp;nbsp; from emp_data_test t &amp;nbsp;where 1=1; which will return all rows.is it possible to implement same functionality in tfitlerrow if yes please explain.&lt;BR /&gt;2)in oracle i can write query&amp;nbsp;select * &amp;nbsp; from emp_data_test t &amp;nbsp;where t.fname=t.lname ; in this we can check onecolumn value with another column.is same logic can be implemented in tfitlerrow .if yes please explain.</description>
      <pubDate>Wed, 26 Oct 2016 08:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207576#M7157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-26T08:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow logic</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207577#M7158</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;1) tFilterRow is used to filter the incoming rows, you don't need a tFilterRow if you want to pass all rows to the next component.&amp;nbsp; 
&lt;BR /&gt;2) Yes, you can check the 'Use advanced model' and write the filter expression like this: 
&lt;BR /&gt;input_row.fname.equals(input_row.lname) 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 26 Oct 2016 10:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207577#M7158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-26T10:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow logic</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207578#M7159</link>
      <description>i am &amp;nbsp;reading data from text document and writing data into oracle table. 
&lt;BR /&gt;text document has data format as shown below. 
&lt;BR /&gt;ID|FName|LName|City|State|DOJ 
&lt;BR /&gt;110193|Thomas|Johnson|Columbus|ME|30-04-2015. 
&lt;BR /&gt;data is loaded into oracle table but when we run the job it is giving message in red color as: 
&lt;BR /&gt;For input string: "ID"&amp;nbsp; 
&lt;BR /&gt;Please find the image for reference.is this any error?if it is error i think data won't load into database. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC2a.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129396i96C2F554A98C75F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC2a.png" alt="0683p000009MC2a.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 26 Oct 2016 10:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207578#M7159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-26T10:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow logic</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207579#M7160</link>
      <description>As I remember it mean - You try to insert in INT column value "ID"
&lt;BR /&gt;check on Your Input component - first row is header
&lt;BR /&gt;or cut first row from file by any method (for example in tMap)</description>
      <pubDate>Wed, 26 Oct 2016 11:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207579#M7160</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-10-26T11:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow logic</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207580#M7161</link>
      <description>Hi
&lt;BR /&gt;The first line is header in your file, so you should set the header filed to 1 on tFileInputDelimited to skip this line.
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 26 Oct 2016 11:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207580#M7161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-26T11:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow logic</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207581#M7162</link>
      <description>in "use advanced model" of tfilterrow
&lt;BR /&gt;1)how to filter data which columns are having null values
&lt;BR /&gt;2) how to filter data which columns are not having null values
&lt;BR /&gt;3) how to filter data for City not equal to 'Banglore'
&lt;BR /&gt;4)how to filter data for id column whose id greater than 1000
&lt;BR /&gt;is all above conditions logic is possible in advanced model of tfilterrow</description>
      <pubDate>Thu, 27 Oct 2016 10:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207581#M7162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-27T10:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow logic</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207582#M7163</link>
      <description>Yes, you can combine multiple conditions with logical operators &amp;amp;&amp;amp; (and), ||(or), for example:
&lt;BR /&gt;condition1&amp;amp;&amp;amp;condition2
&lt;BR /&gt;
&lt;BR /&gt;1) input_row.colName==null
&lt;BR /&gt;2) input_row.colName!=null
&lt;BR /&gt;3) !input_row.City.equals("Banglore")
&lt;BR /&gt;4) input_row.id&amp;gt;1000</description>
      <pubDate>Fri, 28 Oct 2016 02:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207582#M7163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T02:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow logic</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207583#M7164</link>
      <description>1)how many inputs are connected to tUnite component.is there any limit on i/p s to tunite?
&lt;BR /&gt;2)What is the maximum number of components we can use in a given job ?
&lt;BR /&gt;3)what is the maximum number of columns while creating schema?</description>
      <pubDate>Sun, 30 Oct 2016 11:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207583#M7164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-30T11:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow logic</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207584#M7165</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;1)how many inputs are connected to tUnite component.is there any limit on i/p s to tunite?&lt;BR /&gt;2)What is the maximum number of components we can use in a given job ?&lt;BR /&gt;3)what is the maximum number of columns while creating schema?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;answer for all of question - many (if need exactly think Shong will answer) 
&lt;BR /&gt;but generally - try use single Job as small as possible, 
&lt;BR /&gt;split it for subjobs, use RunJob if need make multi step, use Loops 
&lt;BR /&gt;it make work and faster and more easy for debug 
&lt;BR /&gt;Examples - on attached picture, we are merge hundreds of files with tUnite, but as You ca see - only 2 at time (I ca not guess size of picture if connect all of them &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC0f.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152355i886C8476698CB727/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC0f.png" alt="0683p000009MC0f.png" /&gt;&lt;/span&gt;This is not recite for 200% of cases, just ideas for use</description>
      <pubDate>Sun, 30 Oct 2016 12:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-logic/m-p/2207584#M7165</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-10-30T12:19:00Z</dc:date>
    </item>
  </channel>
</rss>

