<?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: Search context variable references in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334085#M102798</link>
    <description>there no way, as far as I known to retrieve such information.
&lt;BR /&gt;you can declare as many context variable as you want without using them.
&lt;BR /&gt;Varaible contexte can be declare localy to the job (built-in) mode or in context group (repository).&amp;nbsp;
&lt;BR /&gt;you can re-use variable from context group in any job.
&lt;BR /&gt;So you can create several context group and only use the right context in each job.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=How+to+centralize+contexts+variables&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=How+to+centralize+contexts+variables&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
    <pubDate>Thu, 28 Aug 2014 13:36:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-28T13:36:11Z</dc:date>
    <item>
      <title>Search context variable references</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334081#M102794</link>
      <description>Hi everybody,
&lt;BR /&gt;we maintain a pretty big Talend project and we are trying at the moment to clean it up (remove old references and all).
&lt;BR /&gt;We were searching for some files, defined in context variables containing file names, to see if we can remove those old files. But, a part of searching manually in all jobs, we did not find a way to search for context variables references in our whole project.
&lt;BR /&gt;Is it possible ?
&lt;BR /&gt;Thanks very much for any help.</description>
      <pubDate>Thu, 28 Aug 2014 09:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334081#M102794</guid>
      <dc:creator>bima</dc:creator>
      <dc:date>2014-08-28T09:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search context variable references</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334082#M102795</link>
      <description>hi,
&lt;BR /&gt;perhaps , have a look at items files (files generated by talend under your project workspace =&amp;gt; process)
&lt;BR /&gt;look for context/contextParameter ; you'll find all param&amp;amp;values related to each jobs
&lt;BR /&gt;hope it help
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 28 Aug 2014 10:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334082#M102795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-28T10:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Search context variable references</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334083#M102796</link>
      <description>Hi, 
&lt;BR /&gt;Job context is saved in related .item file. Repository context is located in project/context directory. 
&lt;BR /&gt;For running context, there will be Default.properties(Defaule is the name of Context group) files generated under "Context" directory where java code will be generated. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEp9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150318iE84EE82872FDE0ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEp9.png" alt="0683p000009MEp9.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334083#M102796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-28T10:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search context variable references</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334084#M102797</link>
      <description>Ok thanks kzone and xdshi for your reply, that provides some help. Finally in the context tab of the job, we can find these information too. 
&lt;BR /&gt;However, it looks like i have some jobs/item files&amp;nbsp;containing some context variables that are not used inside. I think this may come from the fact that these jobs have been duplicated from other or being applied some full context blocks.&amp;nbsp; 
&lt;BR /&gt;Is there a way to automatically associate to a job only the variables related to it ? Therefore allowing to search references efficiently ? Is there a functionnality for that in the business edition ? 
&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 28 Aug 2014 13:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334084#M102797</guid>
      <dc:creator>bima</dc:creator>
      <dc:date>2014-08-28T13:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search context variable references</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334085#M102798</link>
      <description>there no way, as far as I known to retrieve such information.
&lt;BR /&gt;you can declare as many context variable as you want without using them.
&lt;BR /&gt;Varaible contexte can be declare localy to the job (built-in) mode or in context group (repository).&amp;nbsp;
&lt;BR /&gt;you can re-use variable from context group in any job.
&lt;BR /&gt;So you can create several context group and only use the right context in each job.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=How+to+centralize+contexts+variables&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=How+to+centralize+contexts+variables&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 28 Aug 2014 13:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Search-context-variable-references/m-p/2334085#M102798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-28T13:36:11Z</dc:date>
    </item>
  </channel>
</rss>

