<?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 Multiple Context Groups in one file, possible? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Context-Groups-in-one-file-possible/m-p/2279709#M54782</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm looking for a way to run 1 job, but multiple (50+) times each with a different set of (5) context variables.&amp;nbsp; I would like to have an excel sheet that looks like below which later we will be able to add to or remove from that's in a central location and easy for the entire team to get to in order to update.&amp;nbsp; I don't want to have to setup 50+ jobs in the TAC job conductor so I'm trying to loop through the excel sheet and run the job 1 time for each row, placing the row_values into the 5 context parameters then on to the next row when the previous job is complete.&amp;nbsp; I've tried a few different things and was hoping someone may have done this before or knows a way to accomplish what I'm asking.&amp;nbsp; Thanks in advance!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Col_1_Name &amp;nbsp; | Col_2_Name | Col_3_Name | Col_4_Name |&amp;nbsp;Col_5_Name&lt;/P&gt; 
&lt;P&gt;--------------------|-------------------|-------------------|-------------------|------------------&lt;/P&gt; 
&lt;P&gt;row1_value1 &amp;nbsp; |&amp;nbsp; row1.value2&amp;nbsp; | row1_value3 |&amp;nbsp; row1.value4&amp;nbsp; |&amp;nbsp;row1_value5&lt;/P&gt; 
&lt;P&gt;row2_value1&amp;nbsp;&amp;nbsp; |&amp;nbsp; row2.value2&amp;nbsp; | row2_value3 |&amp;nbsp; row2.value4&amp;nbsp; |&amp;nbsp;row2_value5&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;row50_value1 |&amp;nbsp; row50.value2&amp;nbsp; | row50_value3 |&amp;nbsp; row50.value4&amp;nbsp; |&amp;nbsp;row50_value5&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:28:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T04:28:41Z</dc:date>
    <item>
      <title>Multiple Context Groups in one file, possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Context-Groups-in-one-file-possible/m-p/2279709#M54782</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm looking for a way to run 1 job, but multiple (50+) times each with a different set of (5) context variables.&amp;nbsp; I would like to have an excel sheet that looks like below which later we will be able to add to or remove from that's in a central location and easy for the entire team to get to in order to update.&amp;nbsp; I don't want to have to setup 50+ jobs in the TAC job conductor so I'm trying to loop through the excel sheet and run the job 1 time for each row, placing the row_values into the 5 context parameters then on to the next row when the previous job is complete.&amp;nbsp; I've tried a few different things and was hoping someone may have done this before or knows a way to accomplish what I'm asking.&amp;nbsp; Thanks in advance!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Col_1_Name &amp;nbsp; | Col_2_Name | Col_3_Name | Col_4_Name |&amp;nbsp;Col_5_Name&lt;/P&gt; 
&lt;P&gt;--------------------|-------------------|-------------------|-------------------|------------------&lt;/P&gt; 
&lt;P&gt;row1_value1 &amp;nbsp; |&amp;nbsp; row1.value2&amp;nbsp; | row1_value3 |&amp;nbsp; row1.value4&amp;nbsp; |&amp;nbsp;row1_value5&lt;/P&gt; 
&lt;P&gt;row2_value1&amp;nbsp;&amp;nbsp; |&amp;nbsp; row2.value2&amp;nbsp; | row2_value3 |&amp;nbsp; row2.value4&amp;nbsp; |&amp;nbsp;row2_value5&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;row50_value1 |&amp;nbsp; row50.value2&amp;nbsp; | row50_value3 |&amp;nbsp; row50.value4&amp;nbsp; |&amp;nbsp;row50_value5&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Context-Groups-in-one-file-possible/m-p/2279709#M54782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Context Groups in one file, possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Context-Groups-in-one-file-possible/m-p/2279710#M54783</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You could put all context group you need and use tContextDump to create your config file (used to name Config.ini).&lt;/P&gt;
&lt;P&gt;Here is the related component reference about:&lt;A title="TalendHelpCenter:tContextDump" href="https://help.talend.com/reader/NMUvf1oTGcJbDvOSSroi4A/RqPQu02FCr5aMCfhhMQkxQ" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tContextDump&lt;/A&gt;. Let us know if it helps.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 07:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Context-Groups-in-one-file-possible/m-p/2279710#M54783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-15T07:54:31Z</dc:date>
    </item>
  </channel>
</rss>

