<?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 Context Variable in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250538#M34751</link>
    <description>hi,
&lt;BR /&gt; I created one talend job, wic have 4 context variable. now i exported the job. after exporting job i got shell script (.sh file). 
&lt;BR /&gt;i want to pass value of context variable as manually. i know how to pass value i.e. --context_param backup_path=/root/abc .
&lt;BR /&gt;now i still have context variable 'source,dest,failure'... how to assign value to these remain three???
&lt;BR /&gt;Regards,
&lt;BR /&gt;Akshath Hegde</description>
    <pubDate>Mon, 20 Jan 2014 11:54:50 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2014-01-20T11:54:50Z</dc:date>
    <item>
      <title>Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250538#M34751</link>
      <description>hi,
&lt;BR /&gt; I created one talend job, wic have 4 context variable. now i exported the job. after exporting job i got shell script (.sh file). 
&lt;BR /&gt;i want to pass value of context variable as manually. i know how to pass value i.e. --context_param backup_path=/root/abc .
&lt;BR /&gt;now i still have context variable 'source,dest,failure'... how to assign value to these remain three???
&lt;BR /&gt;Regards,
&lt;BR /&gt;Akshath Hegde</description>
      <pubDate>Mon, 20 Jan 2014 11:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250538#M34751</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-01-20T11:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250539#M34752</link>
      <description>Hi, 
&lt;BR /&gt;Open the your executable file, xxx.sh on Unix / Linux. Assign value to these three context variables 'source,dest,failure' as 
&lt;BR /&gt;--context_param source=xxx --context_param dest=xxx --context_param failure=xxx in your .sh file.
&lt;BR /&gt;Let me know if it is OK with you.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 21 Jan 2014 02:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250539#M34752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T02:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250540#M34753</link>
      <description>hi,
&lt;BR /&gt; Thank you for quick reply Sabrina. Now in script i gave like this,
&lt;BR /&gt; --context_param source=xxx dest=xxx failure=xxx
&lt;BR /&gt; And its working. Now which one i should use? which is prepared by talend???
&lt;BR /&gt;Regards,
&lt;BR /&gt;Akshath Hegde</description>
      <pubDate>Tue, 21 Jan 2014 04:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250540#M34753</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-01-21T04:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250541#M34754</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Now which one i should use? which is prepared by talend???&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;What's your expected result? Don't you pass value of context variable as manually? Could you give us more description about your current job and requirement.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 21 Jan 2014 04:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250541#M34754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T04:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250542#M34755</link>
      <description>hi,
&lt;BR /&gt; I have perl program which call this shell script. so in perl code im passing command line argument so shell script as follows,
&lt;BR /&gt; `sh xxx.sh \root\source \root\dest \root\fail`
&lt;BR /&gt;and in shell script i wrote as follows,
&lt;BR /&gt; 
&lt;BR /&gt;--context_param source=${1} dest=${2} failure=${3}
&lt;BR /&gt;now everything is working fine.
&lt;BR /&gt;but you told in previous comment different syntax and im using different syntax. my question is "which is better way to use --context_param?? with first variable or with every context variable ??"
&lt;BR /&gt;Regards,
&lt;BR /&gt;Akshath Hegde</description>
      <pubDate>Tue, 21 Jan 2014 04:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250542#M34755</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-01-21T04:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250543#M34756</link>
      <description>Hi, 
&lt;BR /&gt;They are both working for you?
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;--context_param source=xxx dest=xxx failure=xxx&lt;BR /&gt; or --context_param source=xxx --context_param dest=xxx --context_param failure=xxx&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 21 Jan 2014 06:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250543#M34756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T06:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250544#M34757</link>
      <description>hi,&lt;BR /&gt;   yes sabrina. i tested using both method its working fine.&lt;BR /&gt;Regards,&lt;BR /&gt;Akshath Hegde</description>
      <pubDate>Wed, 22 Jan 2014 04:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250544#M34757</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-01-22T04:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250545#M34758</link>
      <description>Hi, 
&lt;BR /&gt;Usually, we use context_param source=xxx --context_param dest=xxx --context_param failure=xxx parameter in .bat/.sh file.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 22 Jan 2014 05:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-Variable/m-p/2250545#M34758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-22T05:47:03Z</dc:date>
    </item>
  </channel>
</rss>

