<?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: Processing Multi loop xml using talend data mapper in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367892#M131220</link>
    <description>The documentation has several looping examples in the Looping Cookbook and the Examples project (look in Other Projects) has many examples of maps with multiple nested loops.</description>
    <pubDate>Fri, 12 Jun 2015 17:04:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-12T17:04:32Z</dc:date>
    <item>
      <title>Processing Multi loop xml using talend data mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367891#M131219</link>
      <description>Hi ,&lt;BR /&gt;I am trying to process multi loop xml file using talend data mapper. Can any body help me with an example of processing multiloop xml. I want the output in a flat file , so one row for one id , with multi value element in a list column.&amp;nbsp;&lt;BR /&gt;Please help.&lt;BR /&gt;Thanks,&lt;BR /&gt;Saurabh.</description>
      <pubDate>Sat, 16 Nov 2024 11:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367891#M131219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Multi loop xml using talend data mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367892#M131220</link>
      <description>The documentation has several looping examples in the Looping Cookbook and the Examples project (look in Other Projects) has many examples of maps with multiple nested loops.</description>
      <pubDate>Fri, 12 Jun 2015 17:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367892#M131220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-12T17:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Multi loop xml using talend data mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367893#M131221</link>
      <description>Hi Fupton/Team, 
&lt;BR /&gt;Could you please guide us on the below issue we are facing while trying to use data mapper: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDwe.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135216iC5F14895E3786344/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDwe.jpg" alt="0683p000009MDwe.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDyy.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136751i58A50766C6635DA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDyy.jpg" alt="0683p000009MDyy.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt;We are using a sample xml having two looping elements. and aiming to get them in a csv format with looping element as a list. 
&lt;BR /&gt;We are able to loop the first element successfully (as an individual row for each looped elements,not as a list) but when we are trying to map the next looping element we are getting attached error. 
&lt;BR /&gt;Kindly advice how to resolve this and aggregate the looping element into a list. 
&lt;BR /&gt;Thanks and Regards, 
&lt;BR /&gt;Ojasvi Gambhir&amp;nbsp;</description>
      <pubDate>Mon, 15 Jun 2015 10:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367893#M131221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T10:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Multi loop xml using talend data mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367894#M131222</link>
      <description>Hi Ojasvi, 
&lt;BR /&gt;Please find enclosed a solution. There might be a more concisest and smartest solution... 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/367048/PEOPLE_SOLUTION.zip" target="_blank"&gt;PEOPLE_SOLUTION.zip&lt;/A&gt; 
&lt;BR /&gt;My solution&amp;nbsp;is: 
&lt;BR /&gt;1-Map PEOPLE_WITH_KEY add key ID in person loop, in city loop and nickname loop and call the next map (I then need these IDs) 
&lt;BR /&gt;2-Map PEOPLE_FLAT_BUT_CITY_LOOP makes nickname loop flat and call the next map 
&lt;BR /&gt;3-Map PEOPLE_FLAT makes city loop flat 
&lt;BR /&gt;In the zip folder, there are the maps, structures and a simple job that read the input file, then&amp;nbsp;runs PEOPLE_WITH_KEY map with a tHmap component and finally wrote down the output file. 
&lt;BR /&gt;Let me know if it meets your requirements. 
&lt;BR /&gt;Once again there might be something simpler, I'm not a TDM expert. 
&lt;BR /&gt;Regards. 
&lt;BR /&gt;Eric</description>
      <pubDate>Sat, 06 Aug 2016 08:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367894#M131222</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-08-06T08:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Multi loop xml using talend data mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367895#M131223</link>
      <description>&lt;P&gt;Hi There&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing same issue.&lt;/P&gt;&lt;P&gt;Is it possible to map multiple loop into a single flat file in single Map. I have 4 multiple loop around 90 columns. I am unable to understand how to created another XML structure and then generate flat file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 07:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Processing-Multi-loop-xml-using-talend-data-mapper/m-p/2367895#M131223</guid>
      <dc:creator>Rajender</dc:creator>
      <dc:date>2018-10-31T07:28:23Z</dc:date>
    </item>
  </channel>
</rss>

