<?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: Database connection Parameter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Database-connection-Parameter/m-p/2276925#M52849</link>
    <description>Hi,&lt;BR /&gt;Of course we have do something like that.&lt;BR /&gt;You can use context functionnality, and associate it with a tContextLoad component :&lt;BR /&gt;1. create a context in your repository with some context variables (then you can specify some environments for your context variables)&lt;BR /&gt;2. use context variables with a tContextLoad component in your Job (the variables will be set from a File or Database, ...).&lt;BR /&gt;You can find this documentation in our &lt;A href="http://www.talend.com/resources/documentation.php" target="_blank" rel="nofollow noopener noreferrer"&gt;user guide&lt;/A&gt;.&lt;BR /&gt;You can also visit the &lt;A href="http://stefeclipse.free.fr/blog/?p=21" target="_blank" rel="nofollow noopener noreferrer"&gt;Steph's eclipse blog&lt;/A&gt;, you have a section dedicated to the tContextLoad using.&lt;BR /&gt;Regards,</description>
    <pubDate>Wed, 12 Dec 2007 03:37:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-12-12T03:37:34Z</dc:date>
    <item>
      <title>Database connection Parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-connection-Parameter/m-p/2276924#M52848</link>
      <description>Hi everybody,
&lt;BR /&gt;In my Talend java application, I want to define parameters for my database connection so that i can change it if my database parameters will be changed. All parameters need for my connection (host, port, database, username, password) is taken from a global context. So, have you ever do something like that? 
&lt;BR /&gt;Please post your screenshots.
&lt;BR /&gt;Thanks in advance for your help.</description>
      <pubDate>Sat, 16 Nov 2024 14:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-connection-Parameter/m-p/2276924#M52848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Database connection Parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-connection-Parameter/m-p/2276925#M52849</link>
      <description>Hi,&lt;BR /&gt;Of course we have do something like that.&lt;BR /&gt;You can use context functionnality, and associate it with a tContextLoad component :&lt;BR /&gt;1. create a context in your repository with some context variables (then you can specify some environments for your context variables)&lt;BR /&gt;2. use context variables with a tContextLoad component in your Job (the variables will be set from a File or Database, ...).&lt;BR /&gt;You can find this documentation in our &lt;A href="http://www.talend.com/resources/documentation.php" target="_blank" rel="nofollow noopener noreferrer"&gt;user guide&lt;/A&gt;.&lt;BR /&gt;You can also visit the &lt;A href="http://stefeclipse.free.fr/blog/?p=21" target="_blank" rel="nofollow noopener noreferrer"&gt;Steph's eclipse blog&lt;/A&gt;, you have a section dedicated to the tContextLoad using.&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 12 Dec 2007 03:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-connection-Parameter/m-p/2276925#M52849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-12-12T03:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Database connection Parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-connection-Parameter/m-p/2276926#M52850</link>
      <description>Hi, cantoine
&lt;BR /&gt;Thank you very much, that's what i need.</description>
      <pubDate>Wed, 12 Dec 2007 03:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-connection-Parameter/m-p/2276926#M52850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-12-12T03:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Database connection Parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-connection-Parameter/m-p/2276927#M52851</link>
      <description>Hi, i have a new question:&lt;BR /&gt;My table contain all transaction informations, each record have struct like this:&lt;BR /&gt;ID  super_parent_id  parent_id  child_id&lt;BR /&gt;1    grand_father_1       father_1       son_1&lt;BR /&gt;2    grand_father_1       father_1       son_2&lt;BR /&gt;3    grand_father_2       father_2       son_3&lt;BR /&gt;4    grand_father_2       father_3       son_4&lt;BR /&gt;5    grand_father_2       father_3       son_5&lt;BR /&gt;&lt;BR /&gt;I want to convert all data in this table to only one file with this struct&lt;BR /&gt;grand_father_1&lt;BR /&gt;   father_1&lt;BR /&gt;      son_1&lt;BR /&gt;      son_2&lt;BR /&gt;grand_father_2&lt;BR /&gt;   father_2&lt;BR /&gt;      son_3&lt;BR /&gt;   father_3&lt;BR /&gt;      son_4&lt;BR /&gt;      son_5&lt;BR /&gt;I solved but I had to export job scripts and write addition java code to do it.   &lt;BR /&gt;Have you got any solutions for this scenario, not need to write addition java code? Please share your solutions for me. &lt;BR /&gt;Thank in advance for your help.</description>
      <pubDate>Wed, 12 Dec 2007 07:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-connection-Parameter/m-p/2276927#M52851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-12-12T07:08:10Z</dc:date>
    </item>
  </channel>
</rss>

