<?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: XML to Excel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342905#M110718</link>
    <description>&lt;P&gt;Yeah sure, let assume the below schema:&lt;/P&gt;&lt;P&gt;&amp;lt;grphdr&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ch1&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ch2&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;subch2&amp;gt;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;​&amp;lt;/grohdr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;pmtinf&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch1&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch2&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch3&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;subpch3&amp;gt;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&amp;lt;/pmtinf&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;pmtinf&amp;gt; (another occurrence of pmtinf; might be more than 2 occurrences)&lt;/P&gt;&lt;P&gt;&amp;lt;pch1&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch2&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch3&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;subpch3&amp;gt;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&amp;lt;/pmtinf&amp;gt;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt; I want the excel columns/row as follows:&lt;/P&gt;&lt;P&gt;Columns: grphdr, ch1, ch2, subch2, pmtinf, pch1, pch2, pch3, subpch3.&lt;/P&gt;&lt;P&gt;Rows: 2 rows, 1st row has values of grphdr and 1st pmtinf occurrence with its children. 2nd row has the values of grphdr and 2nd pm​tinf occurrence with its children.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Hope this clarifies!&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2023 08:23:00 GMT</pubDate>
    <dc:creator>Moe1</dc:creator>
    <dc:date>2023-05-04T08:23:00Z</dc:date>
    <item>
      <title>XML to Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342903#M110716</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have xml with the below format:&lt;/P&gt;&lt;P&gt;-&amp;lt;Document&amp;gt;&lt;/P&gt;&lt;P&gt;-&amp;lt;cltinf&amp;gt;&lt;/P&gt;&lt;P&gt;+&amp;lt;grphdr&amp;gt; (having many children)&lt;/P&gt;&lt;P&gt;+&amp;lt;pmtinf&amp;gt; (having many children and can be repeated with its children )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to extract them as columns which I am able to do that but the I want for each pmtinf occurrence to extract it as a new row, how to achieve this?&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 07:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342903#M110716</guid>
      <dc:creator>Moe1</dc:creator>
      <dc:date>2023-05-04T07:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: XML to Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342904#M110717</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;Can you show an example to explain your requirement? what you are getting now? what are your expected output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 07:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342904#M110717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-04T07:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: XML to Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342905#M110718</link>
      <description>&lt;P&gt;Yeah sure, let assume the below schema:&lt;/P&gt;&lt;P&gt;&amp;lt;grphdr&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ch1&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ch2&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;subch2&amp;gt;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;​&amp;lt;/grohdr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;pmtinf&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch1&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch2&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch3&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;subpch3&amp;gt;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&amp;lt;/pmtinf&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;pmtinf&amp;gt; (another occurrence of pmtinf; might be more than 2 occurrences)&lt;/P&gt;&lt;P&gt;&amp;lt;pch1&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch2&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;pch3&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;subpch3&amp;gt;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&amp;lt;/pmtinf&amp;gt;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt; I want the excel columns/row as follows:&lt;/P&gt;&lt;P&gt;Columns: grphdr, ch1, ch2, subch2, pmtinf, pch1, pch2, pch3, subpch3.&lt;/P&gt;&lt;P&gt;Rows: 2 rows, 1st row has values of grphdr and 1st pmtinf occurrence with its children. 2nd row has the values of grphdr and 2nd pm​tinf occurrence with its children.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Hope this clarifies!&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 08:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342905#M110718</guid>
      <dc:creator>Moe1</dc:creator>
      <dc:date>2023-05-04T08:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: XML to Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342906#M110719</link>
      <description>&lt;P&gt;mentioned below is my example.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 11:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342906#M110719</guid>
      <dc:creator>Moe1</dc:creator>
      <dc:date>2023-05-04T11:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: XML to Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342907#M110720</link>
      <description>&lt;P&gt;@mohamad taha​,  the tFileInputXML and tExtractXMLFields component don't support extracting data from different loop elements at a time. As a workaround, use different tExtractXMLFields components to extract data from each loop element,  then merge all columns from the two outputs, please refer to this &lt;A href="https://community.talend.com/s/feed/0D75b000007y7sSCAQ" alt="https://community.talend.com/s/feed/0D75b000007y7sSCAQ" target="_blank"&gt;topic&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 03:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-to-Excel/m-p/2342907#M110720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-09T03:53:42Z</dc:date>
    </item>
  </channel>
</rss>

