<?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 merge multiple xml rows ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-merge-multiple-xml-rows/m-p/2210299#M8772</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Here is a tExtractXMLField component which reads an input XML field of a file or a database table and extracts desired data.&lt;/P&gt;
&lt;P&gt;&lt;A title="https://help.talend.com/display/TalendComponentsReferenceGuide63EN/tExtractXMLField" href="https://help.talend.com/display/TalendComponentsReferenceGuide63EN/tExtractXMLField" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/display/TalendComponentsReferenceGuide63EN/tExtractXMLField&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2017 08:17:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-18T08:17:42Z</dc:date>
    <item>
      <title>How to merge multiple xml rows ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-merge-multiple-xml-rows/m-p/2210298#M8771</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a xml file as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;items&amp;gt;
	&amp;lt;item id="1234" type="donut"&amp;gt;
		&amp;lt;name&amp;gt;Cake&amp;lt;/name&amp;gt;
		&amp;lt;ppu&amp;gt;0.55&amp;lt;/ppu&amp;gt;
		&amp;lt;ListOfIngredients&amp;gt;
		&amp;lt;batters&amp;gt;
			&amp;lt;batter id="1001"&amp;gt;Regular&amp;lt;/batter&amp;gt;
			&amp;lt;batter id="1002"&amp;gt;Chocolate&amp;lt;/batter&amp;gt;
			&amp;lt;batter id="1003"&amp;gt;Blueberry&amp;lt;/batter&amp;gt;
		&amp;lt;/batters&amp;gt;		
		&amp;lt;/ListOfIngredients&amp;gt;
	&amp;lt;/item&amp;gt;
	&amp;lt;item id="5678" type="donut"&amp;gt;
		&amp;lt;name&amp;gt;Raised&amp;lt;/name&amp;gt;
		&amp;lt;ppu&amp;gt;0.55&amp;lt;/ppu&amp;gt;
		&amp;lt;ListOfIngredients&amp;gt;
		&amp;lt;batters&amp;gt;
			&amp;lt;batter id="1001"&amp;gt;Regular&amp;lt;/batter&amp;gt;
			&amp;lt;batter id="1002"&amp;gt;Chocolate&amp;lt;/batter&amp;gt;
			&amp;lt;batter id="1003"&amp;gt;Blueberry&amp;lt;/batter&amp;gt;&lt;BR /&gt;                        &amp;lt;batter id='1004"&amp;gt;Raspberry&amp;lt;/batter&amp;gt;
		&amp;lt;/batters&amp;gt;
		&amp;lt;/ListOfIngredients&amp;gt;
	&amp;lt;/item&amp;gt;
&amp;lt;/items&amp;gt;&lt;/PRE&gt;&lt;P&gt;How&amp;nbsp;to read above xml and file output as below:&lt;/P&gt;&lt;P&gt;ItemID|Name&lt;STRONG&gt;|1001|1002|1003|1004|&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1234|Cake&lt;STRONG&gt;|Regular|Chocolate|Blueberry||&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;5678|Raised|&lt;STRONG&gt;Regular|Chocolate|Blueberry|Raspberry|&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 04:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-merge-multiple-xml-rows/m-p/2210298#M8771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-18T04:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge multiple xml rows ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-merge-multiple-xml-rows/m-p/2210299#M8772</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Here is a tExtractXMLField component which reads an input XML field of a file or a database table and extracts desired data.&lt;/P&gt;
&lt;P&gt;&lt;A title="https://help.talend.com/display/TalendComponentsReferenceGuide63EN/tExtractXMLField" href="https://help.talend.com/display/TalendComponentsReferenceGuide63EN/tExtractXMLField" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/display/TalendComponentsReferenceGuide63EN/tExtractXMLField&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 08:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-merge-multiple-xml-rows/m-p/2210299#M8772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-18T08:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge multiple xml rows ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-merge-multiple-xml-rows/m-p/2210300#M8773</link>
      <description>&lt;P&gt;generally You need 2 component, 1 provided by Talend and 1 from provided by Community (Talend Exchange)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First - parce XML File (tFileInputXML)&lt;/P&gt; 
&lt;P&gt;Second - tPivotToColumnDelimited&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-04-19 at 11.58.49 AM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuOT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155830iE72A2C8992AF8F5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuOT.png" alt="0683p000009LuOT.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-04-19 at 11.58.57 AM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuGG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157170i1436278679927B55/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuGG.png" alt="0683p000009LuGG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;than You receive expected result&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;id;name;1001;1002;1003;1004
1234;Cake;Regular;Chocolate;Blueberry;
5678;Raised;Regular;Chocolate;Blueberry;Raspberry&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Apr 2017 01:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-merge-multiple-xml-rows/m-p/2210300#M8773</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-04-19T01:01:33Z</dc:date>
    </item>
  </channel>
</rss>

