<?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: insert data into  sql server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/insert-data-into-sql-server/m-p/2261070#M41977</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;A Job links the tFileList and tFileInputXML components.&lt;/P&gt; 
&lt;P&gt;The file name parameter in the tFileInputXML component is set to:&lt;/P&gt; 
&lt;PRE&gt;((String)globalMap.get("tFileList_1_&lt;STRONG&gt;CURRENT_FILEPATH&lt;/STRONG&gt;"))&lt;/PRE&gt; 
&lt;P&gt;And you should use tMap component in your workflow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;tfilelist (import all xml files )------&amp;gt;tfileinputxml---&amp;gt;tmap----&amp;gt;DBoutput (table).&lt;/P&gt; 
&lt;P&gt;Let us know if it works.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2019 09:24:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-07T09:24:42Z</dc:date>
    <item>
      <title>insert data into  sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-data-into-sql-server/m-p/2261069#M41976</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i try to insert data (cities) into sql server .&lt;/P&gt; 
&lt;P&gt;this is my job :&lt;/P&gt; 
&lt;P&gt;I extract "countryCode" from sql server table to get the xml cities of evry country from tsoap response .then i load this xml (evrey xml has the countryCode in his name) into my desk.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capturejob.PNG" style="width: 998px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6Sf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153318i7464F5A8BB58C2F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6Sf.png" alt="0683p000009M6Sf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="soap message" style="width: 939px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6Sp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157795iCAAB2C6ABD1B6EF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6Sp.png" alt="0683p000009M6Sp.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;soap message&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="load xml with their countryCode(dynamic)" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6Su.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141799iE73ABA24D5181673/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6Su.png" alt="0683p000009M6Su.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;load xml with their countryCode(dynamic)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;whene i execute the job i get this files in my desk:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capturecities.PNG" style="width: 744px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6Sz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156370i875F4A963F2E19A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6Sz.png" alt="0683p000009M6Sz.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;then i produce this :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pase xml files and insert data into sql table" style="width: 778px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6T4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129761i51CD7C3B412A7980/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6T4.png" alt="0683p000009M6T4.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;pase xml files and insert data into sql table&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;what i want now is to insert the "codeCountry" of all the cities,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;PS:&amp;nbsp; a country can has many cities .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help please !!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-data-into-sql-server/m-p/2261069#M41976</guid>
      <dc:creator>hiba1</dc:creator>
      <dc:date>2024-11-16T05:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: insert data into  sql server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-data-into-sql-server/m-p/2261070#M41977</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;A Job links the tFileList and tFileInputXML components.&lt;/P&gt; 
&lt;P&gt;The file name parameter in the tFileInputXML component is set to:&lt;/P&gt; 
&lt;PRE&gt;((String)globalMap.get("tFileList_1_&lt;STRONG&gt;CURRENT_FILEPATH&lt;/STRONG&gt;"))&lt;/PRE&gt; 
&lt;P&gt;And you should use tMap component in your workflow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;tfilelist (import all xml files )------&amp;gt;tfileinputxml---&amp;gt;tmap----&amp;gt;DBoutput (table).&lt;/P&gt; 
&lt;P&gt;Let us know if it works.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 09:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-data-into-sql-server/m-p/2261070#M41977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-07T09:24:42Z</dc:date>
    </item>
  </channel>
</rss>

