<?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: Creating global variable from external file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278186#M53735</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN class=""&gt;All for the help, TRF&lt;SPAN class=""&gt;'s&amp;nbsp;solution worked out as I am using global variable. I will explore contextload as well, why I am not able to access context variable in run if trigger.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2019 10:08:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-09T10:08:36Z</dc:date>
    <item>
      <title>Creating global variable from external file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278180#M53729</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am new to talend. I am trying to find out the way to create global variables automatically from the external file.&lt;/P&gt;&lt;P&gt;If anyone has already faced this scenario.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 06:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278180#M53729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-09T06:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating global variable from external file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278181#M53730</link>
      <description>Suppose you have a CSV file with fields key and value. Connect a tFileInputDelimited to a tSetGlobalVar. Add Aline into the variable array and enter row1.key for the key field and row1.value for the value.
&lt;BR /&gt;When you will run that job, you have 1 variable for each input file record.</description>
      <pubDate>Wed, 09 Jan 2019 07:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278181#M53730</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-01-09T07:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating global variable from external file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278182#M53731</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please let us know if this scenario helps?&lt;/P&gt; 
&lt;P&gt;&lt;A title="TalendHelpCenter:Reading data from different MySQL databases using dynamically loaded connection parameters " href="https://help.talend.com/reader/AB0Tp4tjwUnsDcYVGliPJQ/yT4N180IHPqjM~sq9DdPDA" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Reading data from different MySQL databases using dynamically loaded connection parameters &lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 07:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278182#M53731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-09T07:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating global variable from external file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278183#M53732</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Sabrina , Thanks for your quick reply. I went through the link but there contextload is being used to export the variable but in my case I am not able to use&amp;nbsp;contextload&amp;nbsp;because I am not able to access context varibale in RUN IF trigger link, but global variables are accessible there, so I am going with global&amp;nbsp;&lt;/SPAN&gt;variables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 08:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278183#M53732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-09T08:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating global variable from external file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278184#M53733</link>
      <description>&lt;P&gt;tContextLoad should work if you want to load context variables - don't know why you can't use a context variable in a If trigger expression.&lt;/P&gt;
&lt;P&gt;However, as you were asking for a solution for global variables, my previous answer should help you.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 08:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278184#M53733</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-01-09T08:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating global variable from external file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278185#M53734</link>
      <description>i have a job todo this , and run prejob on all job for initialization (cf screens)&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuX6"&gt;2019-01-09_09-28-24.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lu2e"&gt;2019-01-09_09-27-37.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuEH"&gt;2019-01-09_09-26-33.jpg&lt;/A&gt;</description>
      <pubDate>Wed, 09 Jan 2019 08:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278185#M53734</guid>
      <dc:creator>martel</dc:creator>
      <dc:date>2019-01-09T08:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating global variable from external file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278186#M53735</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN class=""&gt;All for the help, TRF&lt;SPAN class=""&gt;'s&amp;nbsp;solution worked out as I am using global variable. I will explore contextload as well, why I am not able to access context variable in run if trigger.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 10:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-global-variable-from-external-file/m-p/2278186#M53735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-09T10:08:36Z</dc:date>
    </item>
  </channel>
</rss>

