<?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 [resolved] string value not passed to tjava in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-string-value-not-passed-to-tjava/m-p/2228052#M19446</link>
    <description>Hello.
&lt;BR /&gt;I'm facing the wierdest thing, and can't put my finger on it.
&lt;BR /&gt;I'm reading a file with tFileInputDelimited which contains one row and one column.
&lt;BR /&gt;The schema is a single String column.
&lt;BR /&gt;When reading the file and sending it to tLogRow it prints it.
&lt;BR /&gt;After that the main connection is linked to tJava which had System.out.println(row2.strVal).
&lt;BR /&gt;the value printed is null.
&lt;BR /&gt;After that the main connection is linked to another tLogRow which prints the string.
&lt;BR /&gt;This means that the string passes correctly between the components, but for some reason when&amp;nbsp;
&lt;BR /&gt;passed to java, is set to null.
&lt;BR /&gt;tFileOutputDelimited ---&amp;gt; tLogRow ---&amp;gt; tJava ---&amp;gt; tLogRow
&lt;BR /&gt;Any ideas?</description>
    <pubDate>Thu, 04 Feb 2016 06:47:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-04T06:47:36Z</dc:date>
    <item>
      <title>[resolved] string value not passed to tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-string-value-not-passed-to-tjava/m-p/2228052#M19446</link>
      <description>Hello.
&lt;BR /&gt;I'm facing the wierdest thing, and can't put my finger on it.
&lt;BR /&gt;I'm reading a file with tFileInputDelimited which contains one row and one column.
&lt;BR /&gt;The schema is a single String column.
&lt;BR /&gt;When reading the file and sending it to tLogRow it prints it.
&lt;BR /&gt;After that the main connection is linked to tJava which had System.out.println(row2.strVal).
&lt;BR /&gt;the value printed is null.
&lt;BR /&gt;After that the main connection is linked to another tLogRow which prints the string.
&lt;BR /&gt;This means that the string passes correctly between the components, but for some reason when&amp;nbsp;
&lt;BR /&gt;passed to java, is set to null.
&lt;BR /&gt;tFileOutputDelimited ---&amp;gt; tLogRow ---&amp;gt; tJava ---&amp;gt; tLogRow
&lt;BR /&gt;Any ideas?</description>
      <pubDate>Thu, 04 Feb 2016 06:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-string-value-not-passed-to-tjava/m-p/2228052#M19446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T06:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] string value not passed to tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-string-value-not-passed-to-tjava/m-p/2228053#M19447</link>
      <description>Hi&amp;nbsp;&lt;BR /&gt;If you want to access the input data, you should use tJavaRow instead of tJava, eg:&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileOutputDelimited ---&amp;gt; tLogRow ---&amp;gt; tJavaRow ---&amp;gt; tLogRow&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;on tJavaRow:&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;System.out.println(input_row.strVal);&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 04 Feb 2016 07:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-string-value-not-passed-to-tjava/m-p/2228053#M19447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T07:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] string value not passed to tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-string-value-not-passed-to-tjava/m-p/2228054#M19448</link>
      <description>Thanks, Shong,&amp;nbsp;
&lt;BR /&gt;It works, but I thought when I used the connection name in the tJava - it'll work.</description>
      <pubDate>Thu, 04 Feb 2016 07:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-string-value-not-passed-to-tjava/m-p/2228054#M19448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T07:17:22Z</dc:date>
    </item>
  </channel>
</rss>

