<?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 Loading a XML file to MS SQL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Loading-a-XML-file-to-MS-SQL/m-p/2240911#M28233</link>
    <description>Hello,&lt;BR /&gt;I am wondering if Talend provides a easy way to load a xml file to SQL server.&lt;BR /&gt;I am looking for a batch load like specifying a XML file and Talend parse the xml and load them into SQL database.&lt;BR /&gt;for example, &lt;BR /&gt;&amp;lt;root&amp;gt;&lt;BR /&gt;  &amp;lt;element1&amp;gt;&lt;BR /&gt;    &amp;lt;subelement1/&amp;gt;&lt;BR /&gt;    &amp;lt;subelement2/&amp;gt;&lt;BR /&gt;  &amp;lt;/element1&amp;gt;&lt;BR /&gt;  &amp;lt;element2&amp;gt;&lt;BR /&gt;    &amp;lt;subelement1/&amp;gt;&lt;BR /&gt;    &amp;lt;subelement2/&amp;gt;&lt;BR /&gt;  &amp;lt;/element2&amp;gt;&lt;BR /&gt;  &amp;lt;element3&amp;gt;&lt;BR /&gt;    &amp;lt;subelement1/&amp;gt;&lt;BR /&gt;    &amp;lt;subelement2/&amp;gt;&lt;BR /&gt;  &amp;lt;/element3&amp;gt;&lt;BR /&gt;&amp;lt;/root&amp;gt;&lt;BR /&gt;Element1,2 and 3 will become a table in the sql server.&lt;BR /&gt;so SQL create a element1,element2 and element3 table and insert its sub elements to table as a row.&lt;BR /&gt;Is there a component doing this kind of job?&lt;BR /&gt;Thank you in advance.</description>
    <pubDate>Sat, 16 Nov 2024 12:57:48 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T12:57:48Z</dc:date>
    <item>
      <title>Loading a XML file to MS SQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-a-XML-file-to-MS-SQL/m-p/2240911#M28233</link>
      <description>Hello,&lt;BR /&gt;I am wondering if Talend provides a easy way to load a xml file to SQL server.&lt;BR /&gt;I am looking for a batch load like specifying a XML file and Talend parse the xml and load them into SQL database.&lt;BR /&gt;for example, &lt;BR /&gt;&amp;lt;root&amp;gt;&lt;BR /&gt;  &amp;lt;element1&amp;gt;&lt;BR /&gt;    &amp;lt;subelement1/&amp;gt;&lt;BR /&gt;    &amp;lt;subelement2/&amp;gt;&lt;BR /&gt;  &amp;lt;/element1&amp;gt;&lt;BR /&gt;  &amp;lt;element2&amp;gt;&lt;BR /&gt;    &amp;lt;subelement1/&amp;gt;&lt;BR /&gt;    &amp;lt;subelement2/&amp;gt;&lt;BR /&gt;  &amp;lt;/element2&amp;gt;&lt;BR /&gt;  &amp;lt;element3&amp;gt;&lt;BR /&gt;    &amp;lt;subelement1/&amp;gt;&lt;BR /&gt;    &amp;lt;subelement2/&amp;gt;&lt;BR /&gt;  &amp;lt;/element3&amp;gt;&lt;BR /&gt;&amp;lt;/root&amp;gt;&lt;BR /&gt;Element1,2 and 3 will become a table in the sql server.&lt;BR /&gt;so SQL create a element1,element2 and element3 table and insert its sub elements to table as a row.&lt;BR /&gt;Is there a component doing this kind of job?&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Sat, 16 Nov 2024 12:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-a-XML-file-to-MS-SQL/m-p/2240911#M28233</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a XML file to MS SQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-a-XML-file-to-MS-SQL/m-p/2240912#M28234</link>
      <description>Hi,
&lt;BR /&gt;There's not one component that can do all of this. You already pointed out the steps you need to do :-
&lt;BR /&gt;XML file and Talend parse the xml and load them into SQL database
&lt;BR /&gt;Something like : fileXMLinput (parse out the XML)-&amp;gt; tmap (to split out fields you need into separate outputs) -&amp;gt; mysqloutput ( to load to mysql)
&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 22 Apr 2011 22:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-a-XML-file-to-MS-SQL/m-p/2240912#M28234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-22T22:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a XML file to MS SQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-a-XML-file-to-MS-SQL/m-p/2240913#M28235</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;There's not one component that can do all of this. You already pointed out the steps you need to do :-&lt;BR /&gt;XML file and Talend parse the xml and load them into SQL database&lt;BR /&gt;Something like : fileXMLinput (parse out the XML)-&amp;gt; tmap (to split out fields you need into separate outputs) -&amp;gt; mysqloutput ( to load to mysql)&lt;BR /&gt;HTH&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Knowing that there is no magic component for such job is a great help. I am new to Talend and locating a proper component is always a hard for me due to the lack of talend experience.
&lt;BR /&gt;Your suggestion could be a good starting point. I appreciate your help.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Jong</description>
      <pubDate>Mon, 25 Apr 2011 20:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-a-XML-file-to-MS-SQL/m-p/2240913#M28235</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-04-25T20:35:25Z</dc:date>
    </item>
  </channel>
</rss>

