<?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 Use tjava to transfer the result to another Talend Component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Use-tjava-to-transfer-the-result-to-another-Talend-Component/m-p/2305445#M143980</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I would like to save the result from a tJava Job into a MSQL database without saving it as a physical file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I want to transfer it to another component (tFileOutputDelimited ?)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;My question is how can I transfer an object or a string to a component to save it to a database?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="short_text"&gt;I do not know exactly how to proceed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Do I need an output stream?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I am grateful for every answer.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Kind regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:36:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:36:22Z</dc:date>
    <item>
      <title>Use tjava to transfer the result to another Talend Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tjava-to-transfer-the-result-to-another-Talend-Component/m-p/2305445#M143980</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I would like to save the result from a tJava Job into a MSQL database without saving it as a physical file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I want to transfer it to another component (tFileOutputDelimited ?)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;My question is how can I transfer an object or a string to a component to save it to a database?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="short_text"&gt;I do not know exactly how to proceed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Do I need an output stream?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I am grateful for every answer.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Kind regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tjava-to-transfer-the-result-to-another-Talend-Component/m-p/2305445#M143980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use tjava to transfer the result to another Talend Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tjava-to-transfer-the-result-to-another-Talend-Component/m-p/2305446#M143981</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The custom code tJava component will be executed first, but only once in the subjob. Normally, tJava has no input or output data flow and is used as a separate subjob. The workflow looks like: tFileinputdelimited--&amp;gt;tJava&lt;/P&gt;
&lt;P&gt;If you want to transfer the result to another component, please take a look at component tJavaRow.&lt;/P&gt;
&lt;P&gt;The work flow looks like:tFileinputdelimited--&amp;gt;tJavaRow--&amp;gt;tFileOutputDelimited&lt;/P&gt;
&lt;P&gt;tJavaRow component applies some transformation to the data being processed.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 07:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tjava-to-transfer-the-result-to-another-Talend-Component/m-p/2305446#M143981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-06T07:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use tjava to transfer the result to another Talend Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tjava-to-transfer-the-result-to-another-Talend-Component/m-p/2305447#M143982</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Hello Sabrina,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;could you please show me an example with the components.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 17:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tjava-to-transfer-the-result-to-another-Talend-Component/m-p/2305447#M143982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-07T17:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use tjava to transfer the result to another Talend Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tjava-to-transfer-the-result-to-another-Talend-Component/m-p/2305448#M143983</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here is a KB article about:&lt;A title="https://community.talend.com/t5/Design-and-Development/What-is-the-difference-between-tJava-tJavaRow-and-tJavaFlex/ta-p/21505" href="https://community.qlik.com/s/article/ka03p0000006EXqAAM" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/What-is-the-difference-between-tJava-tJavaRow-and-tJavaFlex/ta-p/21505&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;Feel free to let us know if it is OK with you.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 01:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tjava-to-transfer-the-result-to-another-Talend-Component/m-p/2305448#M143983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-09T01:59:26Z</dc:date>
    </item>
  </channel>
</rss>

