<?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: How to edit the java Code in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398412#M8940</link>
    <description>Hello, 
&lt;BR /&gt;When I was trying to edit my profile name I 'm not able delete the existing profile name. It is prompting me to press alt + back space. Still it is not working 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Smitha</description>
    <pubDate>Tue, 27 Sep 2016 04:42:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-27T04:42:01Z</dc:date>
    <item>
      <title>How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398403#M8931</link>
      <description>Hi all,&lt;BR /&gt;  Could u all tell me how to edit the code generated by Talend Tool .&lt;BR /&gt;I m using java as a language.&lt;BR /&gt;Thanks in Advance.</description>
      <pubDate>Sat, 16 Nov 2024 14:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398403#M8931</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398404#M8932</link>
      <description>Hi,&lt;BR /&gt;Go to the jobDesigner window. you can see two sheets: designer  and Code. &lt;BR /&gt;Cick on "Code" and the select all, and Copy/paste in notepad++ for example.&lt;BR /&gt;Hope this can help.&lt;BR /&gt;Cheers.</description>
      <pubDate>Wed, 18 Jul 2007 15:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398404#M8932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-18T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398405#M8933</link>
      <description>Hi driss, 
&lt;BR /&gt; 
&lt;BR /&gt; problem is how one can use the edited code back in job designer.. 
&lt;BR /&gt;i mean cant make the changes in code viewer.. 
&lt;BR /&gt;or once u make changes after copyiny to notepad ,how will u paste the updated code back to code viewer in order to work the jobas per ur requirement. 
&lt;BR /&gt;Thanks,</description>
      <pubDate>Wed, 18 Jul 2007 15:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398405#M8933</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-07-18T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398406#M8934</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I will be able to find your information in&lt;BR /&gt;&lt;BR /&gt;.........\workspace\.Java\src\&amp;lt;projectname&amp;gt;\&amp;lt;Jobname&amp;gt;\xxx.java</description>
      <pubDate>Wed, 18 Jul 2007 16:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398406#M8934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-18T16:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398407#M8935</link>
      <description>Hello,&lt;BR /&gt;You can export your job (use right-click on your job, choose "Export job scripts"), and then check the option "Source files".&lt;BR /&gt;In the exported package, you will have : Library, Class code (in a jar File), and Source Code (in Java file), context property files, etc...&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 18 Jul 2007 18:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398407#M8935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-18T18:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398408#M8936</link>
      <description>Hi Musharraf, 
&lt;BR /&gt;if you would like to use Talend and own java-code together, you can use the special tJava*-modules. 
&lt;BR /&gt;Alternative to change existing modules you have to edit the jet-files for the code generator. You can find this files here: 
&lt;BR /&gt;\plugins\org.talend.designer.components.localprovider_???\components\ 
&lt;BR /&gt;I do this to add additional options for my connection to oracle, which are not provided by talend itself. The problem ist, that you have to do this changes every time again if you upgrade to a new version of Talend. 
&lt;BR /&gt;If you export the code (copy/paste or with talend export-functionality) and edit it you can't use talend any more or have to do your changes on every export again. 
&lt;BR /&gt;I hope this is the information you are searching for. 
&lt;BR /&gt;By Volker</description>
      <pubDate>Thu, 19 Jul 2007 08:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398408#M8936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-19T08:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398409#M8937</link>
      <description>Hi&lt;BR /&gt;&amp;nbsp; I am getting syntax error in "MS positional File" and I have no idea why this error is occurring. can I get some help to solve this problem...</description>
      <pubDate>Tue, 19 Jan 2016 12:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398409#M8937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-19T12:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398410#M8938</link>
      <description>Hi sivakumar.n, 
&lt;BR /&gt;What's the error message you are getting? Could you please give us more information about your current job? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 20 Jan 2016 06:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398410#M8938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-20T06:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398411#M8939</link>
      <description>I want to create a dynamic json structure in my job as follows 
&lt;BR /&gt;1. Sheet used for data import has number of fields 
&lt;BR /&gt;2. Fields are then mapped to become part of json tree structure 
&lt;BR /&gt;3. I want that, if a field has no data it should not form part of tree node.. 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For eg:- 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.dom4j.Element root_0_0_5_tWriteJSONField_1_Out = root_0_0_tWriteJSONField_1_Out 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .addElement("organizationEmployeeTelephone"); 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.dom4j.Element root_0_0_5_0_tWriteJSONField_1_Out = root_0_0_5_tWriteJSONField_1_Out 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .addElement("A"); 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt; 
&lt;B&gt;&amp;nbsp;if (valueMap_tWriteJSONField_1_Out.get("home_phone") != null) &lt;/B&gt;{nestXMLTool_tWriteJSONField_1_Out&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; .setText(root_0_0_5_0_1_tWriteJSONField_1_Out,valueMap_tWriteJSONField_1_Out&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; .get("home_phone")); 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; } 
&lt;BR /&gt;That is, I want to place this 
&lt;B&gt;if condition &lt;/B&gt;above the component creation 
&lt;B&gt;"org.dom4j.Element"&lt;/B&gt; step. So that it could check if home_phose has no value then, .addElement("A") won't happen. 
&lt;BR /&gt;I have tried editing the java code. But each time I open the job designer, the code gets reverted. I am told by support that editing can be done via jobscript. But jobscript module doesnot have any 
&lt;B&gt;if condition &lt;/B&gt;implemention way 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Harsimran</description>
      <pubDate>Fri, 18 Mar 2016 12:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398411#M8939</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-03-18T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the java Code</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398412#M8940</link>
      <description>Hello, 
&lt;BR /&gt;When I was trying to edit my profile name I 'm not able delete the existing profile name. It is prompting me to press alt + back space. Still it is not working 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Smitha</description>
      <pubDate>Tue, 27 Sep 2016 04:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-edit-the-java-Code/m-p/2398412#M8940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-27T04:42:01Z</dc:date>
    </item>
  </channel>
</rss>

