<?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] how to pass parameter values from command line [Java] in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221105#M15239</link>
    <description>Ok, I've found the following topics/bugs that show how to do it in Perl, but how can I do it in Java?
&lt;BR /&gt;316
&lt;BR /&gt;634
&lt;BR /&gt;1414
&lt;BR /&gt;This topic shows how to add the values to the code in the .sh or .bat files, but I want to add it to the command line call for that .sh or .bat file
&lt;BR /&gt;1616
&lt;BR /&gt;Do I just call the file in the command window and put "--context_param parameter1=adsfakf" in the command line after the name of the .bat file?
&lt;BR /&gt;Ex. C:\&amp;gt;BatchFile.bat "--context_param parameter1=adsfakf"
&lt;BR /&gt;
&lt;BR /&gt;Also, when passing a parameter at the command line, do I need to check the Prompt checkbox for that parameter in the Contexts tab/view?</description>
    <pubDate>Sat, 16 Nov 2024 14:19:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:19:34Z</dc:date>
    <item>
      <title>[resolved] how to pass parameter values from command line [Java]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221105#M15239</link>
      <description>Ok, I've found the following topics/bugs that show how to do it in Perl, but how can I do it in Java?
&lt;BR /&gt;316
&lt;BR /&gt;634
&lt;BR /&gt;1414
&lt;BR /&gt;This topic shows how to add the values to the code in the .sh or .bat files, but I want to add it to the command line call for that .sh or .bat file
&lt;BR /&gt;1616
&lt;BR /&gt;Do I just call the file in the command window and put "--context_param parameter1=adsfakf" in the command line after the name of the .bat file?
&lt;BR /&gt;Ex. C:\&amp;gt;BatchFile.bat "--context_param parameter1=adsfakf"
&lt;BR /&gt;
&lt;BR /&gt;Also, when passing a parameter at the command line, do I need to check the Prompt checkbox for that parameter in the Contexts tab/view?</description>
      <pubDate>Sat, 16 Nov 2024 14:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221105#M15239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to pass parameter values from command line [Java]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221106#M15240</link>
      <description>Anyone know how to do this in Java???</description>
      <pubDate>Wed, 16 Jul 2008 20:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221106#M15240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-16T20:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to pass parameter values from command line [Java]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221107#M15241</link>
      <description>Not sure, but I did some exploring on the net - perhaps this will provide a needed clue:&lt;BR /&gt;&lt;A href="http://www.javaworld.com/javaworld/javaqa/1999-07/02-qa-shell.html" rel="nofollow noopener noreferrer"&gt;http://www.javaworld.com/javaworld/javaqa/1999-07/02-qa-shell.html&lt;/A&gt;</description>
      <pubDate>Wed, 16 Jul 2008 21:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221107#M15241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-16T21:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to pass parameter values from command line [Java]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221108#M15242</link>
      <description>Java generated script was designed based on Perl generated script, as far as command line option are concerned. Conclusion : do it the same way. But don't do it in the *.bat call, but on the "java" call (look inside the *.bat file).
&lt;BR /&gt;Thanks to fnoury request in 4258, you should soon be able to give --context_param key="value" to the *.bat file.</description>
      <pubDate>Wed, 16 Jul 2008 22:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221108#M15242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-16T22:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to pass parameter values from command line [Java]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221109#M15243</link>
      <description>1615</description>
      <pubDate>Wed, 16 Jul 2008 23:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221109#M15243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-16T23:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to pass parameter values from command line [Java]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221110#M15244</link>
      <description>I just posted a short tutorial on my blog about this.
&lt;BR /&gt;
&lt;A href="http://www.robertomarchetto.com/www/how_to_parameter_values_talend_job_command_line" target="_blank" rel="nofollow noopener noreferrer"&gt;How to pass parameter values from command line&lt;/A&gt;
&lt;BR /&gt;Hope this help
&lt;BR /&gt;Roberto</description>
      <pubDate>Sat, 30 Apr 2011 18:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221110#M15244</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-04-30T18:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to pass parameter values from command line [Java]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221111#M15245</link>
      <description>Sorry, the url for the tutorial is
&lt;BR /&gt;
&lt;A href="http://www.robertomarchetto.com/www/how_to_parameter_values_talend_job_command_line" rel="nofollow noopener noreferrer"&gt;http://www.robertomarchetto.com/www/how_to_parameter_values_talend_job_command_line&lt;/A&gt;</description>
      <pubDate>Sat, 30 Apr 2011 18:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221111#M15245</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-04-30T18:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] how to pass parameter values from command line [Java]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221112#M15246</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Sorry, the url for the tutorial is&lt;BR /&gt;&lt;A href="http://www.robertomarchetto.com/www/how_to_parameter_values_talend_job_command_line" rel="nofollow noopener noreferrer"&gt;http://www.robertomarchetto.com/www/how_to_parameter_values_talend_job_command_line&lt;/A&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Very nice blog post. Thanks a lot! 
&lt;BR /&gt;Best, 
&lt;BR /&gt;Pcoffre.</description>
      <pubDate>Tue, 03 May 2011 10:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-how-to-pass-parameter-values-from-command-line-Java/m-p/2221112#M15246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-03T10:29:43Z</dc:date>
    </item>
  </channel>
</rss>

