<?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>article Talend Cloud Contextualization in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Talend-Cloud-Contextualization/ta-p/2151636</link>
    <description>&lt;DIV class="talend-tkb-migrated-content"&gt;&lt;P&gt; 
 &lt;/P&gt; 
&lt;H1&gt;Overview&lt;/H1&gt; 
&lt;P&gt;Talend Integration Cloud is a powerful integration platform that allows developers and system integrators to design, develop, and deploy Talend Data Integration Jobs. These Jobs can be administered centrally, and deployed and executed either on Talend Cloud or on a customer’s remote engine.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;One of the key features of Talend Cloud is the concept of Contextualization, which effectively allows you to create a session-wide global variable that can be dynamically set and utilized during the execution of a Job. This provides these key benefits:&lt;/P&gt; 
&lt;UL&gt;&lt;LI&gt; &lt;P&gt;Job parameterization so values can be set externally&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Separation of internal logic and the values that influence the logic&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Ability to maintain key/value pairs internally and by separate role&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Ability to version control context values&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Ability to make context variables independent of the Jobs that are using them&lt;/P&gt; &lt;/LI&gt;&lt;/UL&gt; 
&lt;P&gt;This article explains the various implementation options that are available under the Talend Cloud platform.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;H1&gt;Prerequisites&lt;/H1&gt; 
&lt;UL&gt;&lt;LI&gt; &lt;P&gt;Understanding of Talend Data Integration&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Familiarity with:&lt;/P&gt; 
  &lt;UL&gt;&lt;LI&gt; &lt;P&gt;Contextualization&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt;Talend Cloud configurations&lt;/LI&gt;&lt;LI&gt;Talend Cloud concepts&lt;/LI&gt;&lt;/UL&gt; &lt;/LI&gt;&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;H1&gt;Contextualization&lt;/H1&gt; 
&lt;P&gt;In Talend Cloud, you have three implementation options:&lt;/P&gt; 
&lt;P&gt;&lt;A href="#Context group name as environment name" target="_self"&gt;Context group name as environment name&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="#Connections" target="_self"&gt;Connections&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="#Resource file" target="_self"&gt;Resource file&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;A id="Context group name as environment name" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt; 
&lt;H2&gt;Context group name as environment name&lt;/H2&gt; 
&lt;OL&gt;&lt;LI&gt; &lt;P&gt;Log in to Talend Cloud and navigate to &lt;STRONG&gt;Integration Cloud Integration &amp;gt; Administration &amp;gt; Environments&lt;/STRONG&gt;.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Create three environments.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 806px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHLXAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122584i487046D4CDD921DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHLXAA2.png" alt="0693p000008uHLXAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Switch to Talend Studio. Open your Job, select the &lt;STRONG&gt;Contexts&lt;/STRONG&gt; tab, and create context groups that have the same names as the environment names (as shown in the red box below).&lt;/P&gt; 
  &lt;OL&gt;&lt;LI&gt;Ensure that each context group contains each of the context parameter items (though the values for the context parameter items within each context group are different).&lt;/LI&gt;&lt;LI&gt;The name of each context parameter item must begin with &lt;STRONG&gt;parameter_&lt;/STRONG&gt;. &lt;P&gt;The screenshot shows connection values for a database instance for each environment.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 896px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uH5AAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123528iE70B0217D3F28825/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uH5AAAU.png" alt="0693p000008uH5AAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Save and publish the Job, then add a Flow based on the published Job.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Switch to the first environment you created, in this example, the Development environment. Launch the Flow.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPTAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123786iDA49128263DC2324/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPTAA2.png" alt="0693p000008uHPTAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Notice that on the context selection step, the parameter values associated with the context group that matches the environment are shown as defaults.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 596px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPYAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122801i7868FCAF1FD8676D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPYAA2.png" alt="0693p000008uHPYAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Promoting the Flow to other environments, such as Test and Production, automatically substitutes the parameter item values of that context group. For example, when running in the Test environment, the Test context group values are shown as defaults.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 585px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHN9AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123136i7895706940935D59/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHN9AAM.png" alt="0693p000008uHN9AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;When running in the Production environment, the Production Context Group Values are shown as defaults.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 581px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uGjEAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123641i8CFAF063014627F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uGjEAAU.png" alt="0693p000008uGjEAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;A id="Connections" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt; 
&lt;H2&gt;Connections&lt;/H2&gt; 
&lt;P&gt;Although the previous methodology is a great way to automatically populate default values as a Job/Flow is migrated from each environment, the context parameter values are nevertheless hard-coded in the Job itself. Using Connection metadata separates the connectivity values from the Job, which reflects the modern reality of segregation of duties, where environmental connections are maintained by CloudOps while the Jobs are being developed by developers.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This section explains how to configure connections in Talend Cloud and have them picked up by the Job.&lt;/P&gt; 
&lt;OL&gt;&lt;LI&gt; &lt;P&gt;Log in to Talend Cloud and navigate to &lt;STRONG&gt;Integration Cloud&lt;/STRONG&gt;.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Select the Development environment that you configured in the previous section.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;From the navigation menu on the left, select &lt;STRONG&gt;Management&lt;/STRONG&gt;, select &lt;STRONG&gt;Connections&lt;/STRONG&gt;, then click &lt;STRONG&gt;Add Connection&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 872px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPnAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124709i88846FC8FF0AF50B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPnAAM.png" alt="0693p000008uHPnAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Select the &lt;STRONG&gt;Custom&lt;/STRONG&gt; connection type from the list.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 586px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPsAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121709i578B53077899ACB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPsAAM.png" alt="0693p000008uHPsAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;In the new Custom Connection pop-up window, provide a connection type. This must have a unique name with no spaces and should reflect the actual type of the connection. This example shows a connection to an Oracle DB named &lt;STRONG&gt;OracleDB&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 587px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uH5LAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124491i991C331D259D9BB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uH5LAAU.png" alt="0693p000008uH5LAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Ensure that each parameter item name begins with &lt;STRONG&gt;connection_&lt;EM&gt;ConnectionType&lt;/EM&gt;_&lt;EM&gt;parameterName&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Click &lt;STRONG&gt;Create&lt;/STRONG&gt; to create the connection. Your connection configuration should be similar to this:&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 866px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHOHAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123195i3FA977C2F2D74199/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHOHAA2.png" alt="0693p000008uHOHAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Switch to Talend Studio. Open your Job and create all the connection parameters with the same names you used in your connection (&lt;STRONG&gt;connection_&lt;EM&gt;ConnectionType&lt;/EM&gt;_&lt;EM&gt;parameterName&lt;/EM&gt;&lt;/STRONG&gt;).&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 641px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHLnAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122180i1B843AB29A194B4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHLnAAM.png" alt="0693p000008uHLnAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Once the context parameters are created, you can use them in the usual way by using the reference &lt;STRONG&gt;context.connection_&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPxAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122668i2AB7E5646DDF4DE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPxAAM.png" alt="0693p000008uHPxAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Deploy the Job to Talend Cloud and create a Flow.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Once deployed, launch the Flow, then select the connection from the drop-down list. This passes the configured connections to the Flow.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 665px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQ7AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123451i34EF3E45B82A6FEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQ7AAM.png" alt="0693p000008uHQ7AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Once the Job runs, it can be promoted to the next environment, which in this example is Test. Since there is no connection set up in the Test environment, when promoting from Development to Test, select the &lt;STRONG&gt;Override&lt;/STRONG&gt; option. This copies the connection and creates it in the Test environment.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 789px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQCAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122870i651821CFB18D93BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQCAA2.png" alt="0693p000008uHQCAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;After the Job has been promoted to the Test environment, the dependent connection metadata is copied, and the values are set to &lt;STRONG&gt;&amp;lt;change-me&amp;gt;&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 982px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQHAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124004iEDECD273E3EAFDCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQHAA2.png" alt="0693p000008uHQHAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;When the Flow is promoted to the target environment, navigate to the target environment, in this case, Test. From the left menu, select &lt;STRONG&gt;Management&lt;/STRONG&gt;, then select &lt;STRONG&gt;Connections&lt;/STRONG&gt; and click the newly promoted/created connection.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 858px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHJMAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124147i280BD632A4C1A524/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHJMAA2.png" alt="0693p000008uHJMAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Edit the connection and change the values to match the Test environment.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 592px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPFAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122416iB0F277B54C259D75/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPFAA2.png" alt="0693p000008uHPFAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Save the file and launch the newly promoted Flow, and the new connections are picked up.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQMAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124930iD690F85E16DA934C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQMAA2.png" alt="0693p000008uHQMAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;A id="Resource file" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt; 
&lt;H2&gt;Resource file&lt;/H2&gt; 
&lt;P&gt;The last option is to use a resource file, which is the most flexible and widely used option. Here, create an external text file, such as .txt or .csv, containing key-value pairs separated with either a comma or any other valid character. These key values are then passed into the Flow at execution time, which in turn maps them to their corresponding context variables of the same names that were created at design time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This methodology turns the creation and maintenance of context variables and their values into cloud operations tasks, and separates them from Job design and development. Resource files provide great flexibility in allowing not only credentials and connectivity values, but other variables that influence the execution of the flow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: maintenance and version control of the resource file is a task that should be part of your configuration management processes and procedures, which are outside of Talend Cloud Platform.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;OL&gt;&lt;LI&gt; &lt;P&gt;Using a text editor, create a text file that contains key-value pairs for a typical DB connection.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 841px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQRAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121594i6605A35620923893/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQRAA2.png" alt="0693p000008uHQRAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Save the file and log in to Talend Cloud, then navigate to the target environment. From the menu on the left, click &lt;STRONG&gt;Management&lt;/STRONG&gt;, then select &lt;STRONG&gt;Resources&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 655px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQWAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122534iAB98380E717DFA7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQWAA2.png" alt="0693p000008uHQWAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;From the pane on the right, select &lt;STRONG&gt;Add Resource&lt;/STRONG&gt; to create the new resource.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Browse and upload the resource file that you created in Step 1.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 609px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQbAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122559i51A70805BB355E84/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQbAAM.png" alt="0693p000008uHQbAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Once uploaded, the resource is then created.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHNYAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123437i705C439EB9F98F29/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHNYAA2.png" alt="0693p000008uHNYAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 893px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQ8AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124088iC03BBC05DE1BB327/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQ8AAM.png" alt="0693p000008uHQ8AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;In Talend Studio, using the Repository Navigator, create a new context group.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 612px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQgAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121599i0933A0923936EEC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQgAAM.png" alt="0693p000008uHQgAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Talend recommends naming the context group the same as the Talend Cloud resource name.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 720px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQlAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124444iC3EB97066FF58281/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQlAAM.png" alt="0693p000008uHQlAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Using the following guidelines, define the context variables:&lt;/P&gt; 
  &lt;OL&gt;&lt;LI&gt; &lt;P&gt;Make the first context parameter the reference to the resource file. When defining this parameter, you must follow the naming convention of &lt;STRONG&gt;resource_file_&lt;/STRONG&gt;.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;The rest of the context parameter names in the group should exactly match the names that are defined as keys in the resource file uploaded.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;You can also use default values in the group, for when the Job is tested locally in Studio.&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 882px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHB3AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122855i68B13592020B3720/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHB3AAM.png" alt="0693p000008uHB3AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Add the context group to the Job where the context variables will be utilized.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQqAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123630i35016D422976B682/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQqAAM.png" alt="0693p000008uHQqAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;You can run the Job locally from Studio where the values from the default context group are used, as the resource file is stored centrally, and is deployed within the cloud.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 969px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQvAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122914iCD2F3AEF0A8A4839/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQvAAM.png" alt="0693p000008uHQvAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: when the Job runs locally, there isn't a resource file to load, so it uses the default values. Thus, the error is expected and can be ignored.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;When the Job is deployed and run in the cloud, it uses the resource file.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPZAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123852iFF7F6D32666951B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPZAA2.png" alt="0693p000008uHPZAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;From the target environment where the Job was deployed, navigate to Flows, locate the newly deployed Job, and launch the Flow.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHR5AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121710i6BD71FDC055EA02C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHR5AAM.png" alt="0693p000008uHR5AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Since your Job contains a context parameter that starts with the reference &lt;STRONG&gt;resource_file_&lt;/STRONG&gt;, Talend Cloud automatically links the predefined resource file to the context variable defined in the Job.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRAAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122331i97901A73DA6AEB43/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRAAA2.png" alt="0693p000008uHRAAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Select &lt;STRONG&gt;Go Live&lt;/STRONG&gt; and launch the Flow against the desired engine.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;The Job then uses the values that are defined in the resource file.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uGc6AAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124021iCE6D2713A1B038CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uGc6AAE.png" alt="0693p000008uGc6AAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Examine the log file, and notice the resource file values.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uGLlAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124209iFA435F15257322B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uGLlAAM.png" alt="0693p000008uGLlAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;H3&gt;Using implicit load instead of tFileInputDelimited&lt;/H3&gt; 
&lt;P&gt;As an alternative to using the &lt;STRONG&gt;tFileInputDelimited&lt;/STRONG&gt; component for loading the resource file, you can use the implicit load within the Job.&lt;/P&gt; 
&lt;OL&gt;&lt;LI&gt; &lt;P&gt;From your Job, select the &lt;STRONG&gt;Job&lt;/STRONG&gt; tab, then select &lt;STRONG&gt;Extra&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 681px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRFAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123265i1C983D11490982FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRFAA2.png" alt="0693p000008uHRFAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Clear the &lt;STRONG&gt;Use Project Settings&lt;/STRONG&gt; check box. Enable the &lt;STRONG&gt;Implicit tContextLoad&lt;/STRONG&gt; check box. Select the &lt;STRONG&gt;From File&lt;/STRONG&gt; radio button and in the &lt;STRONG&gt;From File&lt;/STRONG&gt; text field, refer to the context parameter.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 909px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRKAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124263iAF12A9D4D3A373D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRKAA2.png" alt="0693p000008uHRKAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;You do not need to use the &lt;STRONG&gt;contextLoad&lt;/STRONG&gt; component explicitly, as this will load the values.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Publish the Job to Talend Cloud and launch the Flow.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 915px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRPAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125152iB57C90A8FAB7E564/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRPAA2.png" alt="0693p000008uHRPAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Select the resource file, then select &lt;STRONG&gt;Go Live&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHMzAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122917i49BFF9065DEDE13B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHMzAAM.png" alt="0693p000008uHMzAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Upon the successful completion of the Job, examine the log file.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRUAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124303i40D375968AE0E338/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRUAA2.png" alt="0693p000008uHRUAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uGzHAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123210iDCB5A8B24AEEA4D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uGzHAAU.png" alt="0693p000008uGzHAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 23 Jan 2024 02:35:30 GMT</pubDate>
    <dc:creator>TalendSolutionExpert</dc:creator>
    <dc:date>2024-01-23T02:35:30Z</dc:date>
    <item>
      <title>Talend Cloud Contextualization</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Talend-Cloud-Contextualization/ta-p/2151636</link>
      <description>&lt;DIV class="talend-tkb-migrated-content"&gt;&lt;P&gt; 
 &lt;/P&gt; 
&lt;H1&gt;Overview&lt;/H1&gt; 
&lt;P&gt;Talend Integration Cloud is a powerful integration platform that allows developers and system integrators to design, develop, and deploy Talend Data Integration Jobs. These Jobs can be administered centrally, and deployed and executed either on Talend Cloud or on a customer’s remote engine.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;One of the key features of Talend Cloud is the concept of Contextualization, which effectively allows you to create a session-wide global variable that can be dynamically set and utilized during the execution of a Job. This provides these key benefits:&lt;/P&gt; 
&lt;UL&gt;&lt;LI&gt; &lt;P&gt;Job parameterization so values can be set externally&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Separation of internal logic and the values that influence the logic&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Ability to maintain key/value pairs internally and by separate role&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Ability to version control context values&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Ability to make context variables independent of the Jobs that are using them&lt;/P&gt; &lt;/LI&gt;&lt;/UL&gt; 
&lt;P&gt;This article explains the various implementation options that are available under the Talend Cloud platform.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;H1&gt;Prerequisites&lt;/H1&gt; 
&lt;UL&gt;&lt;LI&gt; &lt;P&gt;Understanding of Talend Data Integration&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Familiarity with:&lt;/P&gt; 
  &lt;UL&gt;&lt;LI&gt; &lt;P&gt;Contextualization&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt;Talend Cloud configurations&lt;/LI&gt;&lt;LI&gt;Talend Cloud concepts&lt;/LI&gt;&lt;/UL&gt; &lt;/LI&gt;&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;H1&gt;Contextualization&lt;/H1&gt; 
&lt;P&gt;In Talend Cloud, you have three implementation options:&lt;/P&gt; 
&lt;P&gt;&lt;A href="#Context group name as environment name" target="_self"&gt;Context group name as environment name&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="#Connections" target="_self"&gt;Connections&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="#Resource file" target="_self"&gt;Resource file&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;A id="Context group name as environment name" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt; 
&lt;H2&gt;Context group name as environment name&lt;/H2&gt; 
&lt;OL&gt;&lt;LI&gt; &lt;P&gt;Log in to Talend Cloud and navigate to &lt;STRONG&gt;Integration Cloud Integration &amp;gt; Administration &amp;gt; Environments&lt;/STRONG&gt;.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Create three environments.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 806px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHLXAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122584i487046D4CDD921DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHLXAA2.png" alt="0693p000008uHLXAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Switch to Talend Studio. Open your Job, select the &lt;STRONG&gt;Contexts&lt;/STRONG&gt; tab, and create context groups that have the same names as the environment names (as shown in the red box below).&lt;/P&gt; 
  &lt;OL&gt;&lt;LI&gt;Ensure that each context group contains each of the context parameter items (though the values for the context parameter items within each context group are different).&lt;/LI&gt;&lt;LI&gt;The name of each context parameter item must begin with &lt;STRONG&gt;parameter_&lt;/STRONG&gt;. &lt;P&gt;The screenshot shows connection values for a database instance for each environment.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 896px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uH5AAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123528iE70B0217D3F28825/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uH5AAAU.png" alt="0693p000008uH5AAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Save and publish the Job, then add a Flow based on the published Job.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Switch to the first environment you created, in this example, the Development environment. Launch the Flow.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPTAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123786iDA49128263DC2324/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPTAA2.png" alt="0693p000008uHPTAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Notice that on the context selection step, the parameter values associated with the context group that matches the environment are shown as defaults.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 596px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPYAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122801i7868FCAF1FD8676D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPYAA2.png" alt="0693p000008uHPYAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Promoting the Flow to other environments, such as Test and Production, automatically substitutes the parameter item values of that context group. For example, when running in the Test environment, the Test context group values are shown as defaults.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 585px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHN9AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123136i7895706940935D59/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHN9AAM.png" alt="0693p000008uHN9AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;When running in the Production environment, the Production Context Group Values are shown as defaults.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 581px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uGjEAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123641i8CFAF063014627F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uGjEAAU.png" alt="0693p000008uGjEAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;A id="Connections" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt; 
&lt;H2&gt;Connections&lt;/H2&gt; 
&lt;P&gt;Although the previous methodology is a great way to automatically populate default values as a Job/Flow is migrated from each environment, the context parameter values are nevertheless hard-coded in the Job itself. Using Connection metadata separates the connectivity values from the Job, which reflects the modern reality of segregation of duties, where environmental connections are maintained by CloudOps while the Jobs are being developed by developers.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This section explains how to configure connections in Talend Cloud and have them picked up by the Job.&lt;/P&gt; 
&lt;OL&gt;&lt;LI&gt; &lt;P&gt;Log in to Talend Cloud and navigate to &lt;STRONG&gt;Integration Cloud&lt;/STRONG&gt;.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Select the Development environment that you configured in the previous section.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;From the navigation menu on the left, select &lt;STRONG&gt;Management&lt;/STRONG&gt;, select &lt;STRONG&gt;Connections&lt;/STRONG&gt;, then click &lt;STRONG&gt;Add Connection&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 872px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPnAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124709i88846FC8FF0AF50B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPnAAM.png" alt="0693p000008uHPnAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Select the &lt;STRONG&gt;Custom&lt;/STRONG&gt; connection type from the list.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 586px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPsAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121709i578B53077899ACB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPsAAM.png" alt="0693p000008uHPsAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;In the new Custom Connection pop-up window, provide a connection type. This must have a unique name with no spaces and should reflect the actual type of the connection. This example shows a connection to an Oracle DB named &lt;STRONG&gt;OracleDB&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 587px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uH5LAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124491i991C331D259D9BB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uH5LAAU.png" alt="0693p000008uH5LAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Ensure that each parameter item name begins with &lt;STRONG&gt;connection_&lt;EM&gt;ConnectionType&lt;/EM&gt;_&lt;EM&gt;parameterName&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Click &lt;STRONG&gt;Create&lt;/STRONG&gt; to create the connection. Your connection configuration should be similar to this:&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 866px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHOHAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123195i3FA977C2F2D74199/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHOHAA2.png" alt="0693p000008uHOHAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Switch to Talend Studio. Open your Job and create all the connection parameters with the same names you used in your connection (&lt;STRONG&gt;connection_&lt;EM&gt;ConnectionType&lt;/EM&gt;_&lt;EM&gt;parameterName&lt;/EM&gt;&lt;/STRONG&gt;).&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 641px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHLnAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122180i1B843AB29A194B4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHLnAAM.png" alt="0693p000008uHLnAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Once the context parameters are created, you can use them in the usual way by using the reference &lt;STRONG&gt;context.connection_&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPxAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122668i2AB7E5646DDF4DE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPxAAM.png" alt="0693p000008uHPxAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Deploy the Job to Talend Cloud and create a Flow.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Once deployed, launch the Flow, then select the connection from the drop-down list. This passes the configured connections to the Flow.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 665px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQ7AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123451i34EF3E45B82A6FEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQ7AAM.png" alt="0693p000008uHQ7AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Once the Job runs, it can be promoted to the next environment, which in this example is Test. Since there is no connection set up in the Test environment, when promoting from Development to Test, select the &lt;STRONG&gt;Override&lt;/STRONG&gt; option. This copies the connection and creates it in the Test environment.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 789px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQCAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122870i651821CFB18D93BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQCAA2.png" alt="0693p000008uHQCAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;After the Job has been promoted to the Test environment, the dependent connection metadata is copied, and the values are set to &lt;STRONG&gt;&amp;lt;change-me&amp;gt;&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 982px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQHAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124004iEDECD273E3EAFDCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQHAA2.png" alt="0693p000008uHQHAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;When the Flow is promoted to the target environment, navigate to the target environment, in this case, Test. From the left menu, select &lt;STRONG&gt;Management&lt;/STRONG&gt;, then select &lt;STRONG&gt;Connections&lt;/STRONG&gt; and click the newly promoted/created connection.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 858px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHJMAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124147i280BD632A4C1A524/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHJMAA2.png" alt="0693p000008uHJMAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Edit the connection and change the values to match the Test environment.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 592px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPFAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122416iB0F277B54C259D75/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPFAA2.png" alt="0693p000008uHPFAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Save the file and launch the newly promoted Flow, and the new connections are picked up.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQMAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124930iD690F85E16DA934C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQMAA2.png" alt="0693p000008uHQMAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;A id="Resource file" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt; 
&lt;H2&gt;Resource file&lt;/H2&gt; 
&lt;P&gt;The last option is to use a resource file, which is the most flexible and widely used option. Here, create an external text file, such as .txt or .csv, containing key-value pairs separated with either a comma or any other valid character. These key values are then passed into the Flow at execution time, which in turn maps them to their corresponding context variables of the same names that were created at design time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This methodology turns the creation and maintenance of context variables and their values into cloud operations tasks, and separates them from Job design and development. Resource files provide great flexibility in allowing not only credentials and connectivity values, but other variables that influence the execution of the flow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: maintenance and version control of the resource file is a task that should be part of your configuration management processes and procedures, which are outside of Talend Cloud Platform.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;OL&gt;&lt;LI&gt; &lt;P&gt;Using a text editor, create a text file that contains key-value pairs for a typical DB connection.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 841px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQRAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121594i6605A35620923893/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQRAA2.png" alt="0693p000008uHQRAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Save the file and log in to Talend Cloud, then navigate to the target environment. From the menu on the left, click &lt;STRONG&gt;Management&lt;/STRONG&gt;, then select &lt;STRONG&gt;Resources&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 655px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQWAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122534iAB98380E717DFA7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQWAA2.png" alt="0693p000008uHQWAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;From the pane on the right, select &lt;STRONG&gt;Add Resource&lt;/STRONG&gt; to create the new resource.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Browse and upload the resource file that you created in Step 1.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 609px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQbAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122559i51A70805BB355E84/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQbAAM.png" alt="0693p000008uHQbAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Once uploaded, the resource is then created.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHNYAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123437i705C439EB9F98F29/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHNYAA2.png" alt="0693p000008uHNYAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 893px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQ8AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124088iC03BBC05DE1BB327/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQ8AAM.png" alt="0693p000008uHQ8AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;In Talend Studio, using the Repository Navigator, create a new context group.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 612px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQgAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121599i0933A0923936EEC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQgAAM.png" alt="0693p000008uHQgAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Talend recommends naming the context group the same as the Talend Cloud resource name.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 720px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQlAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124444iC3EB97066FF58281/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQlAAM.png" alt="0693p000008uHQlAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Using the following guidelines, define the context variables:&lt;/P&gt; 
  &lt;OL&gt;&lt;LI&gt; &lt;P&gt;Make the first context parameter the reference to the resource file. When defining this parameter, you must follow the naming convention of &lt;STRONG&gt;resource_file_&lt;/STRONG&gt;.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;The rest of the context parameter names in the group should exactly match the names that are defined as keys in the resource file uploaded.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;You can also use default values in the group, for when the Job is tested locally in Studio.&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 882px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHB3AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122855i68B13592020B3720/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHB3AAM.png" alt="0693p000008uHB3AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Add the context group to the Job where the context variables will be utilized.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQqAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123630i35016D422976B682/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQqAAM.png" alt="0693p000008uHQqAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;You can run the Job locally from Studio where the values from the default context group are used, as the resource file is stored centrally, and is deployed within the cloud.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 969px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHQvAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122914iCD2F3AEF0A8A4839/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHQvAAM.png" alt="0693p000008uHQvAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: when the Job runs locally, there isn't a resource file to load, so it uses the default values. Thus, the error is expected and can be ignored.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;When the Job is deployed and run in the cloud, it uses the resource file.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHPZAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123852iFF7F6D32666951B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHPZAA2.png" alt="0693p000008uHPZAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;From the target environment where the Job was deployed, navigate to Flows, locate the newly deployed Job, and launch the Flow.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHR5AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121710i6BD71FDC055EA02C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHR5AAM.png" alt="0693p000008uHR5AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Since your Job contains a context parameter that starts with the reference &lt;STRONG&gt;resource_file_&lt;/STRONG&gt;, Talend Cloud automatically links the predefined resource file to the context variable defined in the Job.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRAAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122331i97901A73DA6AEB43/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRAAA2.png" alt="0693p000008uHRAAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Select &lt;STRONG&gt;Go Live&lt;/STRONG&gt; and launch the Flow against the desired engine.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;The Job then uses the values that are defined in the resource file.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uGc6AAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124021iCE6D2713A1B038CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uGc6AAE.png" alt="0693p000008uGc6AAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Examine the log file, and notice the resource file values.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uGLlAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124209iFA435F15257322B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uGLlAAM.png" alt="0693p000008uGLlAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;H3&gt;Using implicit load instead of tFileInputDelimited&lt;/H3&gt; 
&lt;P&gt;As an alternative to using the &lt;STRONG&gt;tFileInputDelimited&lt;/STRONG&gt; component for loading the resource file, you can use the implicit load within the Job.&lt;/P&gt; 
&lt;OL&gt;&lt;LI&gt; &lt;P&gt;From your Job, select the &lt;STRONG&gt;Job&lt;/STRONG&gt; tab, then select &lt;STRONG&gt;Extra&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 681px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRFAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123265i1C983D11490982FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRFAA2.png" alt="0693p000008uHRFAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Clear the &lt;STRONG&gt;Use Project Settings&lt;/STRONG&gt; check box. Enable the &lt;STRONG&gt;Implicit tContextLoad&lt;/STRONG&gt; check box. Select the &lt;STRONG&gt;From File&lt;/STRONG&gt; radio button and in the &lt;STRONG&gt;From File&lt;/STRONG&gt; text field, refer to the context parameter.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 909px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRKAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124263iAF12A9D4D3A373D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRKAA2.png" alt="0693p000008uHRKAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;You do not need to use the &lt;STRONG&gt;contextLoad&lt;/STRONG&gt; component explicitly, as this will load the values.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Publish the Job to Talend Cloud and launch the Flow.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 915px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRPAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125152iB57C90A8FAB7E564/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRPAA2.png" alt="0693p000008uHRPAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Select the resource file, then select &lt;STRONG&gt;Go Live&lt;/STRONG&gt;.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHMzAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122917i49BFF9065DEDE13B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHMzAAM.png" alt="0693p000008uHMzAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;Upon the successful completion of the Job, examine the log file.&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uHRUAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124303i40D375968AE0E338/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uHRUAA2.png" alt="0693p000008uHRUAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008uGzHAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123210iDCB5A8B24AEEA4D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uGzHAAU.png" alt="0693p000008uGzHAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Jan 2024 02:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Talend-Cloud-Contextualization/ta-p/2151636</guid>
      <dc:creator>TalendSolutionExpert</dc:creator>
      <dc:date>2024-01-23T02:35:30Z</dc:date>
    </item>
  </channel>
</rss>

