<?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 xml file by passing parameter in runtime in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-xml-file-by-passing-parameter-in-runtime/m-p/2241008#M28302</link>
    <description>Hi,&lt;BR /&gt;Is there any way ??&lt;BR /&gt;Please help me .</description>
    <pubDate>Tue, 12 Jan 2016 12:19:29 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2016-01-12T12:19:29Z</dc:date>
    <item>
      <title>Creating xml file by passing parameter in runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-xml-file-by-passing-parameter-in-runtime/m-p/2241007#M28301</link>
      <description>Hi,
&lt;BR /&gt;Suppose we have following tables (Company,Project,Client Project,Internal Project,Project Details,Manager,Employee Details).Those tables have parent child relationship.
&lt;BR /&gt;Company --&amp;gt; Project --&amp;gt; Client Project --&amp;gt; Project Details --&amp;gt; Manager --&amp;gt; Employee Details &amp;nbsp; &amp;nbsp;
&lt;BR /&gt;Will give the employee details for client projects.
&lt;BR /&gt;Company --&amp;gt; Project --&amp;gt; Internal Project --&amp;gt; Project Details --&amp;gt; Manager --&amp;gt; Employee Details
&lt;BR /&gt;Will give the employee details for Internal projects.
&lt;BR /&gt;Now if I pass "Project" as parent and "Client Project" as child in runtime.It will invoke &amp;nbsp;
&lt;BR /&gt;Project --&amp;gt; Client Project --&amp;gt; Project Details --&amp;gt; Manager --&amp;gt; Employee Details branch and create one xml file.
&lt;BR /&gt;Or if I pass "Project" as parent and "Internal Project" as child in runtime.It will invoke &amp;nbsp;
&lt;BR /&gt;Project --&amp;gt; Internal Project --&amp;gt; Project Details --&amp;gt; Manager --&amp;gt; Employee Details branch and create one xml file.
&lt;BR /&gt;Either way if I pass company as parent and project as child in runtime. It will invoke all the information related to client project as well as internal project and store it in a xml file.
&lt;BR /&gt;I am to pass those parameter (i.e Project, not any value related to project --&amp;gt;Project_id or Project_name etc) &amp;nbsp;in run time and it will create xml file accordingly.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Babul</description>
      <pubDate>Tue, 12 Jan 2016 11:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-xml-file-by-passing-parameter-in-runtime/m-p/2241007#M28301</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-12T11:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating xml file by passing parameter in runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-xml-file-by-passing-parameter-in-runtime/m-p/2241008#M28302</link>
      <description>Hi,&lt;BR /&gt;Is there any way ??&lt;BR /&gt;Please help me .</description>
      <pubDate>Tue, 12 Jan 2016 12:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-xml-file-by-passing-parameter-in-runtime/m-p/2241008#M28302</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-12T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating xml file by passing parameter in runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-xml-file-by-passing-parameter-in-runtime/m-p/2241009#M28303</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Suppose we have following tables (Company,Project,Client Project,Internal Project,Project Details,Manager,Employee Details).Those tables have parent child relationship.&lt;BR /&gt;Company --&amp;gt; Project --&amp;gt; Client Project --&amp;gt; Project Details --&amp;gt; Manager --&amp;gt; Employee Details &amp;nbsp; &amp;nbsp;&lt;BR /&gt;Will give the employee details for client projects.&lt;BR /&gt;Company --&amp;gt; Project --&amp;gt; Internal Project --&amp;gt; Project Details --&amp;gt; Manager --&amp;gt; Employee Details&lt;BR /&gt;Will give the employee details for Internal projects.&lt;BR /&gt;Now if I pass "Project" as parent and "Client Project" as child in runtime.It will invoke &amp;nbsp;&lt;BR /&gt;Project --&amp;gt; Client Project --&amp;gt; Project Details --&amp;gt; Manager --&amp;gt; Employee Details branch and create one xml file.&lt;BR /&gt;Or if I pass "Project" as parent and "Internal Project" as child in runtime.It will invoke &amp;nbsp;&lt;BR /&gt;Project --&amp;gt; Internal Project --&amp;gt; Project Details --&amp;gt; Manager --&amp;gt; Employee Details branch and create one xml file.&lt;BR /&gt;Either way if I pass company as parent and project as child in runtime. It will invoke all the information related to client project as well as internal project and store it in a xml file.&lt;BR /&gt;I am to pass those parameter (i.e Project, not any value related to project --&amp;gt;Project_id or Project_name etc) &amp;nbsp;in run time and it will create xml file accordingly.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri"&gt;Could you please elaborate your case with an example with input and expected output values?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 13 Jan 2016 08:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-xml-file-by-passing-parameter-in-runtime/m-p/2241009#M28303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T08:23:18Z</dc:date>
    </item>
  </channel>
</rss>

