<?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: Parsing xml with multiple headers Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Parsing-xml-with-multiple-headers-Talend/m-p/2296456#M69117</link>
    <description>&lt;P&gt;You have &lt;STRONG&gt;a lot of errors&lt;/STRONG&gt; in this XML&lt;/P&gt;&lt;P&gt;and additional header is only part of many&lt;/P&gt;&lt;P&gt;You need seriously debug structure with proper XML tools, as variant&amp;nbsp;- Oxygen or Altova (or similar)&lt;/P&gt;</description>
    <pubDate>Thu, 26 Apr 2018 03:30:49 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2018-04-26T03:30:49Z</dc:date>
    <item>
      <title>Parsing xml with multiple headers Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-xml-with-multiple-headers-Talend/m-p/2296455#M69116</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to read xml data received from trestclient which have multiple header&lt;/P&gt;
&lt;P&gt;Example :&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;  &lt;/STRONG&gt;                       
 &amp;lt;RepeaterData&amp;gt;
&amp;lt;Version /&amp;gt;
&amp;lt;Items&amp;gt;
    &amp;lt;Item&amp;gt;
        &amp;lt;year&amp;gt;2017&amp;lt;/year&amp;gt;
        &amp;lt;Additional&amp;gt;
           &lt;STRONG&gt; &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/STRONG&gt;
            &amp;lt;RepeaterData&amp;gt;
                &amp;lt;Version /&amp;gt;
                &amp;lt;Items&amp;gt;
                        &amp;lt;Name&amp;gt;toto&amp;lt;/Nom&amp;gt;
                &amp;lt;/Items&amp;gt;
            &amp;lt;/RepeaterData&amp;gt;
        &amp;lt;/AdditionalCharge&amp;gt;
    &amp;lt;/Item&amp;gt;
    &amp;lt;Item&amp;gt;
        &amp;lt;year&amp;gt;2018&amp;lt;/year&amp;gt;
        &amp;lt;Additional &amp;gt;
            &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
            &amp;lt;RepeaterData&amp;gt;
                &amp;lt;Version /&amp;gt;
                &amp;lt;Items&amp;gt;
                    &amp;lt;Item&amp;gt;
                        &amp;lt;element type="System.String"&amp;gt;3&amp;lt;/Sousdept&amp;gt;
                        &amp;lt;Name type="System.String"&amp;gt;toto&amp;lt;/Nom&amp;gt;
                        &amp;lt;/Item&amp;gt;
                    &amp;lt;Item&amp;gt;
                        &amp;lt;element type="System.String"&amp;gt;3&amp;lt;/Sousdept&amp;gt;
                        &amp;lt;Name type="System.String"&amp;gt;tata&amp;lt;/Nom&amp;gt;
                        &amp;lt;/Item&amp;gt;
                &amp;lt;/Items&amp;gt;
            &amp;lt;/RepeaterData&amp;gt;
        &amp;lt;/Additional&amp;gt;
    &amp;lt;/Item&amp;gt;
&amp;lt;/Items&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried also to delete the xml header with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;StringHandling.EREPLACE ( b ,"&amp;lt;?xml version=1.0 encoding=utf-8?&amp;gt;","");&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but it's not working&lt;/P&gt;
&lt;P&gt;Help please !!!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 23:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-xml-with-multiple-headers-Talend/m-p/2296455#M69116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-25T23:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing xml with multiple headers Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-xml-with-multiple-headers-Talend/m-p/2296456#M69117</link>
      <description>&lt;P&gt;You have &lt;STRONG&gt;a lot of errors&lt;/STRONG&gt; in this XML&lt;/P&gt;&lt;P&gt;and additional header is only part of many&lt;/P&gt;&lt;P&gt;You need seriously debug structure with proper XML tools, as variant&amp;nbsp;- Oxygen or Altova (or similar)&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 03:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-xml-with-multiple-headers-Talend/m-p/2296456#M69117</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-04-26T03:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing xml with multiple headers Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-xml-with-multiple-headers-Talend/m-p/2296457#M69118</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;&amp;nbsp;OK for Xml errors but how to parse an XML with two headers with Talend ? ( this Xml i get it from a TRestClient )&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 07:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-xml-with-multiple-headers-Talend/m-p/2296457#M69118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-26T07:42:11Z</dc:date>
    </item>
  </channel>
</rss>

