<?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: Are globalMap Variables specific to a row pass or do they interfere? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272683#M49895</link>
    <description>&lt;P&gt;The Job is not parallelized, no.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dynamic Variables might be a solution but that would massively swamp the memory would it not?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm expecting the job to run non-stop with several hundreds of incoming documents per day.&lt;/P&gt;
&lt;P&gt;Furthermore: How would I use such a dynamic Variable in an "Execute when" connection?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reading between the lines, there are not row pass specific flags/variables we can use?&lt;/P&gt;
&lt;P&gt;Or can we somehow free up these dynamic variables ?&lt;/P&gt;</description>
    <pubDate>Mon, 25 May 2020 16:36:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-25T16:36:08Z</dc:date>
    <item>
      <title>Are globalMap Variables specific to a row pass or do they interfere?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272681#M49893</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need something clarified:&lt;/P&gt;&lt;P&gt;Are globalMap Variables specific to each single row pass (1 input flow / document) ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or do they interfere with each other ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Background to the Question:&lt;/P&gt;&lt;P&gt;I am expecting alot of input documents and I will need to use if conditions to control which part of my job handles which document.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Problem is now: It's very likely that another (if not many others) documents get processed (and arrive at the first if condition) while a document is still being processed (and still depends on variables for decisionmaking).&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use globalMap Variables for this, will the incoming documents / "rows" interfere with eachother's variables?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes, is there anything I can use instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't been able to find anything regarding this in the documentation so I apologize if this has been answered somewhere already.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272681#M49893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Are globalMap Variables specific to a row pass or do they interfere?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272682#M49894</link>
      <description>&lt;P&gt;Do you have parts of your job which are parallelized?&lt;/P&gt;
&lt;P&gt;If so, take to not reuse the same variable on these parts.&lt;/P&gt;
&lt;P&gt;Also, if you want to "secure" your global variable you may have dynamic names.&lt;/P&gt;
&lt;P&gt;For example, suppose you have a variable called "myVar" and you have a field called id on your document.&lt;/P&gt;
&lt;P&gt;When you create the global var, you can use the following expression to make its name unique:&lt;/P&gt;
&lt;PRE&gt;row1.id + "_myVar" // instead of "myVar"&lt;/PRE&gt;
&lt;P&gt;Does this help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 16:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272682#M49894</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-05-25T16:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Are globalMap Variables specific to a row pass or do they interfere?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272683#M49895</link>
      <description>&lt;P&gt;The Job is not parallelized, no.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dynamic Variables might be a solution but that would massively swamp the memory would it not?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm expecting the job to run non-stop with several hundreds of incoming documents per day.&lt;/P&gt;
&lt;P&gt;Furthermore: How would I use such a dynamic Variable in an "Execute when" connection?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reading between the lines, there are not row pass specific flags/variables we can use?&lt;/P&gt;
&lt;P&gt;Or can we somehow free up these dynamic variables ?&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 16:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272683#M49895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-25T16:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Are globalMap Variables specific to a row pass or do they interfere?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272684#M49896</link>
      <description>&lt;P&gt;Is there maybe a variable available in Talend that identifies a specific iteration / row pass?&lt;/P&gt;&lt;P&gt;That would solve my Issue hopefully, the dynamic variables sadly do not (not every subjob accesses the document and so won't be able to access the dynamic variable).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd be really grateful for any info / help on this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 08:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272684#M49896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T08:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Are globalMap Variables specific to a row pass or do they interfere?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272685#M49897</link>
      <description>&lt;P&gt;Can you share your job design?&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 09:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272685#M49897</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-05-26T09:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Are globalMap Variables specific to a row pass or do they interfere?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272686#M49898</link>
      <description>&lt;P&gt;I cannot share the actual Job design, but I've attached a example with a similar Structure.&lt;/P&gt; 
&lt;P&gt;The gist is:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First each incoming document gets analyzed and various data is extracted.&amp;nbsp;&lt;BR /&gt;Based on this flags are set to determine how this document needs to be processed (multiple flags can be true / 1 document can be processed in more than 1 subjob).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;After that there are "Execute if" connections to the processing subjobs.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Until recently I reset the flags inside these subjobs, but our input documents changed and now the job has to account for the possibility that 1 document needs to be processed in more than 1 way / subjob.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This in return prevents me from resetting the flags inside the respective subJobs and am now afraid that the flags will get messed up by following documents while a respective document is still awaiting processing.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StructureExample.PNG" style="width: 504px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaFs.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155782iFF5BCA2305FBB4C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaFs.png" alt="0683p000009MaFs.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 09:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Are-globalMap-Variables-specific-to-a-row-pass-or-do-they/m-p/2272686#M49898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T09:26:01Z</dc:date>
    </item>
  </channel>
</rss>

