<?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: [resolved] How to use a dynamic parameter in Tsystem component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-a-dynamic-parameter-in-Tsystem-component/m-p/2205718#M6062</link>
    <description>You can add tFlowToIterate and than use global variables in Your job, similar as on screenshot 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC2B.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131693iBF8C1B8E7C4CC1AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC2B.png" alt="0683p000009MC2B.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Tue, 25 Oct 2016 12:01:33 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2016-10-25T12:01:33Z</dc:date>
    <item>
      <title>[resolved] How to use a dynamic parameter in Tsystem component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-a-dynamic-parameter-in-Tsystem-component/m-p/2205716#M6060</link>
      <description>Hello, 
&lt;BR /&gt;I need to create a new directory on a distant server for each new user created by my Talend JOB. 
&lt;BR /&gt;Its seems that Tsystem component is the most appropriated for this operation. 
&lt;BR /&gt;Temp_Ldap_New table provides new users is (out3.sn) and i want tSystem_1 component to create a new folder named withe the value of out3.sn for each out3.sn: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC26.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134761i2BDBE6586A0A8BCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC26.png" alt="0683p000009MC26.png" /&gt;&lt;/span&gt;The issue is that tSystem_1 component creates the Folder on Z server but with null as name instead of the value of out3.sn. 
&lt;BR /&gt;Any idea on how to create the folders with the correct name ? 
&lt;BR /&gt;Many thanks for your help. 
&lt;BR /&gt;Best Regards 
&lt;BR /&gt;Christiane</description>
      <pubDate>Tue, 25 Oct 2016 10:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-a-dynamic-parameter-in-Tsystem-component/m-p/2205716#M6060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T10:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use a dynamic parameter in Tsystem component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-a-dynamic-parameter-in-Tsystem-component/m-p/2205717#M6061</link>
      <description>Hi
&lt;BR /&gt;Use a tFlowToIterate to iterate each row, eg:
&lt;BR /&gt;...tMap--out3--tFlowToIterate--iterate--tSystem
&lt;BR /&gt;on tSystem:
&lt;BR /&gt;"cmd /c mkdir&amp;nbsp;Z:\\"+(String)globalMap.get("out3.sn")
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 25 Oct 2016 11:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-a-dynamic-parameter-in-Tsystem-component/m-p/2205717#M6061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T11:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use a dynamic parameter in Tsystem component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-a-dynamic-parameter-in-Tsystem-component/m-p/2205718#M6062</link>
      <description>You can add tFlowToIterate and than use global variables in Your job, similar as on screenshot 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC2B.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131693iBF8C1B8E7C4CC1AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC2B.png" alt="0683p000009MC2B.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 25 Oct 2016 12:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-a-dynamic-parameter-in-Tsystem-component/m-p/2205718#M6062</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-10-25T12:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use a dynamic parameter in Tsystem component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-a-dynamic-parameter-in-Tsystem-component/m-p/2205719#M6063</link>
      <description>Hello!
&lt;BR /&gt;It Works fine !! many thanks for you help! have a nice day.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Christiane</description>
      <pubDate>Tue, 25 Oct 2016 12:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-a-dynamic-parameter-in-Tsystem-component/m-p/2205719#M6063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T12:46:04Z</dc:date>
    </item>
  </channel>
</rss>

