<?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: input_row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/input-row/m-p/2285899#M59521</link>
    <description>&lt;P&gt;The input_row is simply the row that feeds the tJavaRow. I do not know why Talend have done this (since the tJavaFlex allows you to simply use the row name feeding and leaving it for you to work with), but it simply acts a row. When assigning output values, you would use the output_row. So, if the row feeding the tJavaRow has 3 columns (column1, column2 and column3), you can use the input_row placeholder to get access to the values like below...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;String column1 = input_row.column1;
String column2 = input_row.column2;
String column3 = input_row.column3;&lt;/PRE&gt;&lt;P&gt;If you only have one output_row column (concatColumn) and want to send the data out concatenated (as a simple example), you might do this after the above...&lt;/P&gt;&lt;PRE&gt;output_row.concatColumn = column1+column2+column3;&lt;/PRE&gt;&lt;P&gt;It's as easy as that.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Sep 2018 16:47:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-14T16:47:04Z</dc:date>
    <item>
      <title>input_row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/input-row/m-p/2285898#M59520</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm new to Talend.&lt;/P&gt;
&lt;P&gt;I have a job like in the screenshot attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to use the input_row variable, but I don't understand what kind of object it is.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the code it looks like a class that implements a system routine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I interact with it? Let's say that I want to access each single object, or even check the length of this input_row (if it can be treated as an array), how can I do it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/input-row/m-p/2285898#M59520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: input_row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/input-row/m-p/2285899#M59521</link>
      <description>&lt;P&gt;The input_row is simply the row that feeds the tJavaRow. I do not know why Talend have done this (since the tJavaFlex allows you to simply use the row name feeding and leaving it for you to work with), but it simply acts a row. When assigning output values, you would use the output_row. So, if the row feeding the tJavaRow has 3 columns (column1, column2 and column3), you can use the input_row placeholder to get access to the values like below...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;String column1 = input_row.column1;
String column2 = input_row.column2;
String column3 = input_row.column3;&lt;/PRE&gt;&lt;P&gt;If you only have one output_row column (concatColumn) and want to send the data out concatenated (as a simple example), you might do this after the above...&lt;/P&gt;&lt;PRE&gt;output_row.concatColumn = column1+column2+column3;&lt;/PRE&gt;&lt;P&gt;It's as easy as that.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 16:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/input-row/m-p/2285899#M59521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T16:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: input_row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/input-row/m-p/2285900#M59522</link>
      <description>&lt;P&gt;Did this answer your question?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 09:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/input-row/m-p/2285900#M59522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T09:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: input_row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/input-row/m-p/2285901#M59523</link>
      <description>&lt;P&gt;the logic behind is quite weird, but yes I guess that answers my question. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/input-row/m-p/2285901#M59523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T15:03:33Z</dc:date>
    </item>
  </channel>
</rss>

