<?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: Screencast: how to use custom Java function in Data Mapper in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367931#M131257</link>
    <description>Hi Shong,
&lt;BR /&gt;Thanks for your answer, but in a map of TDM we cannot call a routine.
&lt;BR /&gt;Eric</description>
    <pubDate>Tue, 30 Aug 2016 10:58:50 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2016-08-30T10:58:50Z</dc:date>
    <item>
      <title>Screencast: how to use custom Java function in Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367927#M131253</link>
      <description>Hi all, 
&lt;BR /&gt;I recorded a screencast which demos how to use a custom utility class in the Data Mapper. 
&lt;BR /&gt; 
&lt;OBJECT type="application/x-shockwave-flash" height="355" width="425" data="http://www.youtube.com/v/sO8cCY_-Vos"&gt;&lt;PARAM name="movie" value="http://www.youtube.com/v/sO8cCY_-Vos" /&gt;&lt;PARAM name="allowScriptAccess" value="sameDomain" /&gt;&lt;PARAM name="quality" value="best" /&gt;&lt;PARAM name="bgcolor" value="#FFFFFF" /&gt;&lt;PARAM name="scale" value="noScale" /&gt;&lt;PARAM name="salign" value="TL" /&gt;&lt;PARAM name="FlashVars" value="playerMode=embedded" /&gt;&lt;PARAM name="wmode" value="transparent" /&gt;&lt;/OBJECT&gt; 
&lt;BR /&gt;Enjoy, 
&lt;BR /&gt;Robin&amp;nbsp;</description>
      <pubDate>Sat, 16 Nov 2024 11:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367927#M131253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Screencast: how to use custom Java function in Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367928#M131254</link>
      <description>Hi Robin&amp;nbsp;
&lt;BR /&gt;Thanks for your video. It seems it is impossible to watch the video with full size.&amp;nbsp;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 20 Oct 2014 10:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367928#M131254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T10:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Screencast: how to use custom Java function in Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367929#M131255</link>
      <description>Hi,
&lt;BR /&gt;This is a great video. I created my jar file and can call the java method in my map thanks to video explanations.
&lt;BR /&gt;On the other hand the video describes a map call from a route with cMap.
&lt;BR /&gt;I want to do a map call from a job (And not a route) with a tHmap component. What do I have to do so that my job knows my new jar ?
&lt;BR /&gt;I added a tLibraryLoad to start the job and it works fine but isn't there a way to avoid adding this component in all the jobs using this external jar file ?
&lt;BR /&gt;I tried to add my jar file in the module view but it didn't work...
&lt;BR /&gt;I also tried to add it in "Preferences-&amp;gt;Java-&amp;gt;Build Path-&amp;gt;User Libraries" but it didn't work either...
&lt;BR /&gt;Thanks for your help.
&lt;BR /&gt;Eric</description>
      <pubDate>Sun, 28 Aug 2016 14:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367929#M131255</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-08-28T14:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Screencast: how to use custom Java function in Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367930#M131256</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I added a tLibraryLoad to start the job and it works fine but isn't there a way to avoid adding this component in all the jobs using this external jar file ?&lt;BR /&gt;I tried to add my jar file in the module view but it didn't work...&lt;BR /&gt;I also tried to add it in "Preferences-&amp;gt;Java-&amp;gt;Build Path-&amp;gt;User Libraries" but it didn't work either...&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Eric&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi 
&lt;BR /&gt;Create a routine and import the external jar, call the routine in the job if requires, by default, the job will be dependency with all routines.&amp;nbsp; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 30 Aug 2016 09:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367930#M131256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T09:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Screencast: how to use custom Java function in Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367931#M131257</link>
      <description>Hi Shong,
&lt;BR /&gt;Thanks for your answer, but in a map of TDM we cannot call a routine.
&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 30 Aug 2016 10:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367931#M131257</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-08-30T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Screencast: how to use custom Java function in Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367932#M131258</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post the Screen cast link .I need help on the same topic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 15:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Screencast-how-to-use-custom-Java-function-in-Data-Mapper/m-p/2367932#M131258</guid>
      <dc:creator>shivaaa786</dc:creator>
      <dc:date>2019-06-06T15:26:11Z</dc:date>
    </item>
  </channel>
</rss>

