<?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: How to make dynamic schema in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327225#M96623</link>
    <description>&lt;P&gt;We have developed Talend jobs for loading data from Rest API to Flat files , which were being picked up by a framework to load it into Database. Sample entities are Booking, Task, Customer etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. The response from the API is in XML format, so for each and every entity we have developed a Talend job to read the response from the API and write it into a flat file which is feasible for loading into database.&lt;BR /&gt;2. To Describe more, we used&lt;BR /&gt;tRest--&amp;gt; tExtractXMLField--&amp;gt;tMap--&amp;gt;tFileoutputdelimeted&lt;BR /&gt;&lt;BR /&gt;1. The tRest component will be unique for each object, which includes input parameters defined for each entity, the response will be picked using tExtractXMLField to extract each xml node and mapping to a flat file doing transformations.&lt;BR /&gt;2. Here the XML tree is defined for each and every entity in separate talend jobs.&lt;BR /&gt;3. What we are looking to do is, we need to place those input xml tree columns in a csv file with entity name as filename, and it should load the file run time and as per the entity specific it should create xml mapping dynamically and after handling transformations using tmap, the file is generated&amp;nbsp;. This is what we are looking for.&lt;/P&gt; 
&lt;P&gt;Can anyone please help on&amp;nbsp;solution approach.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Priyanka&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2019 12:52:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-11T12:52:46Z</dc:date>
    <item>
      <title>How to make dynamic schema in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327220#M96618</link>
      <description>&lt;P&gt;We will select parameters at run time and make xml file accordingly.&lt;BR /&gt;Need to change the xml structure dynamically.&lt;BR /&gt;&lt;BR /&gt;How do I do that ?&lt;BR /&gt;&lt;BR /&gt;Please help me.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 14:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327220#M96618</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-06T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make dynamic schema in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327221#M96619</link>
      <description>Hi,&lt;BR /&gt;A&amp;nbsp;XML tree is defined at the design time, not the run time.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 07 Jan 2016 08:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327221#M96619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T08:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make dynamic schema in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327222#M96620</link>
      <description>Hi Sabrina,
&lt;BR /&gt;
&lt;BR /&gt;Based on requirement I need to pass the Parent and Child name as parameter, and it will invoke all the child(recursively) till leaf node and generate the xml.The node above parent node won't come in the output xml file.
&lt;BR /&gt;
&lt;BR /&gt;Thanks
&lt;BR /&gt;Babul</description>
      <pubDate>Thu, 07 Jan 2016 09:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327222#M96620</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-07T09:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to make dynamic schema in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327223#M96621</link>
      <description>Hi,&lt;BR /&gt;Could you please set an example for us with input and expected result?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 07 Jan 2016 10:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327223#M96621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T10:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to make dynamic schema in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327224#M96622</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BR /&gt;Take an example
&lt;BR /&gt;
&lt;BR /&gt;Company --&amp;gt; Project --&amp;gt; Client Project --&amp;gt; Project Details --&amp;gt; Manager --&amp;gt; Employee Details
&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;
&lt;BR /&gt;Now if I pass Project as parent and Client Project as child.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.
&lt;BR /&gt;
&lt;BR /&gt;Now if I pass Project as parent and Internal Project as child.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.
&lt;BR /&gt;
&lt;BR /&gt;Either way if I pass pass company as parent and project as child. It will invoke all the information related to client project as well as internal project.
&lt;BR /&gt;I am to pass those parameter in run time and it will create xml file accordingly.
&lt;BR /&gt;
&lt;BR /&gt;Thanks&amp;nbsp;
&lt;BR /&gt;Babul</description>
      <pubDate>Thu, 07 Jan 2016 12:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327224#M96622</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-07T12:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to make dynamic schema in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327225#M96623</link>
      <description>&lt;P&gt;We have developed Talend jobs for loading data from Rest API to Flat files , which were being picked up by a framework to load it into Database. Sample entities are Booking, Task, Customer etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. The response from the API is in XML format, so for each and every entity we have developed a Talend job to read the response from the API and write it into a flat file which is feasible for loading into database.&lt;BR /&gt;2. To Describe more, we used&lt;BR /&gt;tRest--&amp;gt; tExtractXMLField--&amp;gt;tMap--&amp;gt;tFileoutputdelimeted&lt;BR /&gt;&lt;BR /&gt;1. The tRest component will be unique for each object, which includes input parameters defined for each entity, the response will be picked using tExtractXMLField to extract each xml node and mapping to a flat file doing transformations.&lt;BR /&gt;2. Here the XML tree is defined for each and every entity in separate talend jobs.&lt;BR /&gt;3. What we are looking to do is, we need to place those input xml tree columns in a csv file with entity name as filename, and it should load the file run time and as per the entity specific it should create xml mapping dynamically and after handling transformations using tmap, the file is generated&amp;nbsp;. This is what we are looking for.&lt;/P&gt; 
&lt;P&gt;Can anyone please help on&amp;nbsp;solution approach.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Priyanka&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-make-dynamic-schema-in-talend/m-p/2327225#M96623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-11T12:52:46Z</dc:date>
    </item>
  </channel>
</rss>

