<?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: Context load dynamically. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236097#M24931</link>
    <description>Hi,
&lt;BR /&gt;
&lt;BR /&gt;use the extra on the job seting with implicite tContextLoad and chose the file ou database with ccontext Variable (key;value)
&lt;BR /&gt;
&lt;BR /&gt;jeremie</description>
    <pubDate>Thu, 20 Nov 2008 14:11:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-11-20T14:11:57Z</dc:date>
    <item>
      <title>Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236095#M24929</link>
      <description>Hi 
&lt;BR /&gt;I have the following requirement. 
&lt;BR /&gt;I want to load the context from the file dynamically when the job starts. 
&lt;BR /&gt;And on top of it I want to pass the location of the file which has the context variables when I run my job.
&lt;BR /&gt;Is it possible to pass a run time parameter ?</description>
      <pubDate>Sat, 16 Nov 2024 14:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236095#M24929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236096#M24930</link>
      <description>Hello
&lt;BR /&gt;please download the user documentation and see the scenario about tContextLoad component.
&lt;BR /&gt;Feel free to post your question!
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 20 Nov 2008 09:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236096#M24930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T09:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236097#M24931</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BR /&gt;use the extra on the job seting with implicite tContextLoad and chose the file ou database with ccontext Variable (key;value)
&lt;BR /&gt;
&lt;BR /&gt;jeremie</description>
      <pubDate>Thu, 20 Nov 2008 14:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236097#M24931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T14:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236098#M24932</link>
      <description>which talend job version is this feature present in ?&lt;BR /&gt;And is it possible to dump dynamically generated values using tcontextDump? &lt;BR /&gt;Because i tried this and it din work ..... the file did not save the value if the context which i had set dynamically using tJava......... only the pre configured contexts were saved</description>
      <pubDate>Thu, 20 Nov 2008 17:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236098#M24932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T17:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236099#M24933</link>
      <description>Hi 
&lt;BR /&gt;Thanks for all the replies
&lt;BR /&gt;Shong thanks for the reply. In fact I have gone through the user document for tContextLoad. 
&lt;BR /&gt;I am able to load the context dynamically from the file. 
&lt;BR /&gt;Firsy componenet is tFileinputDelimited and second is the tcontextLoad which loads the context from the file specified in the first component.
&lt;BR /&gt;But my problem is not only the context even the file localtion for tFileInputDelimited should also feed by the user.
&lt;BR /&gt;May I know is it possible to do this?
&lt;BR /&gt;
&lt;BR /&gt;cheers
&lt;BR /&gt;saroj</description>
      <pubDate>Fri, 21 Nov 2008 01:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236099#M24933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T01:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236100#M24934</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;But my problem is not only the context even the file localtion for tFileInputDelimited should also feed by the user.&lt;BR /&gt;May I know is it possible to do this?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;How do you get the feed data from your user? database? file?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 21 Nov 2008 02:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236100#M24934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T02:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236101#M24935</link>
      <description>It is going to run background job where it will load the context from file and do some database replication,&lt;BR /&gt;So the background job run it via .sh script..</description>
      <pubDate>Fri, 21 Nov 2008 07:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236101#M24935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T07:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236102#M24936</link>
      <description>Use the tSystem function to extract values from a shell script (outout set to normal) pass the output of this to a tMap to create the key, value pairs and then pass the output of this to the tContextLoad.  The tSystem calls a simple shell script which returns delimited pairs of values.  The tMap then breaks this up by split the string (probably a better way of splitting the string).  Simple yet effective for us.</description>
      <pubDate>Thu, 11 Jun 2009 12:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236102#M24936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-11T12:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236103#M24937</link>
      <description>Hi, &lt;BR /&gt;Is somebody can put the link of the user document for tContextLoad? &lt;BR /&gt;I don't find it.</description>
      <pubDate>Thu, 11 Jun 2009 14:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236103#M24937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-11T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Context load dynamically.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236104#M24938</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Is somebody can put the link of the user document for tContextLoad?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;it is introduced on page 529-531 on Components_RG_31a_EN.pdf. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 12 Jun 2009 04:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Context-load-dynamically/m-p/2236104#M24938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-12T04:46:57Z</dc:date>
    </item>
  </channel>
</rss>

