<?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 Import class in TOS for Data Integration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199830#M2578</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I want to print data without any transformation directly on a label printer. To do that, I'm using the component TSystem with the command print /d: ...&lt;/P&gt; 
&lt;P&gt;I think I could improve my program by using java code, for example objects from java.awt.print.&lt;/P&gt; 
&lt;P&gt;How can I do that ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Ben&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 10:12:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-14T10:12:27Z</dc:date>
    <item>
      <title>Import class in TOS for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199830#M2578</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I want to print data without any transformation directly on a label printer. To do that, I'm using the component TSystem with the command print /d: ...&lt;/P&gt; 
&lt;P&gt;I think I could improve my program by using java code, for example objects from java.awt.print.&lt;/P&gt; 
&lt;P&gt;How can I do that ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Ben&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 10:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199830#M2578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T10:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import class in TOS for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199831#M2579</link>
      <description>Hi Ben
&lt;BR /&gt;Maybe you can try to create a user routine and write your java code, import external jars if needed, and then call it in the job. To do it:
&lt;BR /&gt;In Repository, click the Code node, then Routines, then right-click on Routines and select the Create routine option to create a user routine.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 14 Oct 2019 11:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199831#M2579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T11:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Import class in TOS for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199832#M2580</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt; 
&lt;P&gt;Thank you for your answer.&lt;/P&gt; 
&lt;P&gt;I don't want to make what it has already been done by other (better than me).&lt;/P&gt; 
&lt;P&gt;I have seen that I can add module in the window 'Modules'.&lt;/P&gt; 
&lt;P&gt;How can I find which module I need ?&lt;/P&gt; 
&lt;P&gt;=&amp;gt; I want to print a data flow on a network label printer,&lt;/P&gt; 
&lt;P&gt;using&amp;nbsp;javax.print ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 15:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199832#M2580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T15:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Import class in TOS for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199833#M2581</link>
      <description>Any idea which jar module I have to add in Talend to print to print data stream as it is ?
&lt;BR /&gt;Ben</description>
      <pubDate>Tue, 15 Oct 2019 14:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199833#M2581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-15T14:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Import class in TOS for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199834#M2582</link>
      <description>Hi 
&lt;BR /&gt;This is a Java development question, maybe you can ask for help on related Java forums? Once you have the java code, you have two ways to add java code in Talend Studio. 
&lt;BR /&gt;1. User routine 
&lt;BR /&gt;2. tLibraryLoad(import external jar)+tJava or tJavaRow component 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 17 Oct 2019 06:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-class-in-TOS-for-Data-Integration/m-p/2199834#M2582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-17T06:37:48Z</dc:date>
    </item>
  </channel>
</rss>

