<?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 map a non loop element to a loop element in tXMLMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376451#M138619</link>
    <description>Any ideas how to solve this?&lt;BR /&gt;&lt;BR /&gt;-Teemu</description>
    <pubDate>Thu, 27 Aug 2015 13:12:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-27T13:12:48Z</dc:date>
    <item>
      <title>How to map a non loop element to a loop element in tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376448#M138616</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I post link to the question also here because it has not been answered.&amp;nbsp;&lt;BR /&gt;[topic]30785[/topic]&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Teemu&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 14:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376448#M138616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-24T14:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to map a non loop element to a loop element in tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376449#M138617</link>
      <description>Hi Teemu,&lt;BR /&gt;&lt;BR /&gt;Could you please elaborate your case with an example with input and expected output values? &lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 25 Aug 2015 10:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376449#M138617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to map a non loop element to a loop element in tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376450#M138618</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BR /&gt;My case is somewhat similar to&amp;nbsp;Padmaraj's in the linked post. In my case input is database records with separate&amp;nbsp;address fields for home and business and output should be looping address types in xml format.
&lt;BR /&gt;
&lt;BR /&gt;Input fields are something like:
&lt;BR /&gt;
&lt;BR /&gt;Home address line 1
&lt;BR /&gt;Home address line 2&amp;nbsp;
&lt;BR /&gt;Business address line 1
&lt;BR /&gt;Business address line 2
&lt;BR /&gt;
&lt;BR /&gt;In the target xsd schema there is a looping Address element. Output should be like:
&lt;BR /&gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Address Type="Home"&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Line1&amp;gt;Line 1&amp;lt;/Line1&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Line2&amp;gt;Line 2&amp;lt;/Line2&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Address&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Address Type="Business"&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Line1&amp;gt;Line 1&amp;lt;/Line1&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Line2&amp;gt;Line 2&amp;lt;/Line2&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Address&amp;gt;
&lt;BR /&gt;
&lt;BR /&gt;I don't know how to achieve this with tXMLMap.&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;-Teemu</description>
      <pubDate>Wed, 26 Aug 2015 06:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376450#M138618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T06:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to map a non loop element to a loop element in tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376451#M138619</link>
      <description>Any ideas how to solve this?&lt;BR /&gt;&lt;BR /&gt;-Teemu</description>
      <pubDate>Thu, 27 Aug 2015 13:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376451#M138619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-27T13:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to map a non loop element to a loop element in tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376452#M138620</link>
      <description>Hi 
&lt;BR /&gt;You are able to generate the XML file in the below format with tAdvancedFileOutputXML component. 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;address type="home"&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;line&amp;gt;line1&amp;lt;/line&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;line&amp;gt;line2&amp;lt;/line&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/address&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;address type="business"&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;line&amp;gt;line1&amp;lt;/line&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;line&amp;gt;line2&amp;lt;/line&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/address&amp;gt; 
&lt;BR /&gt;Set address as a group element, and set line as a loop element, see 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/674/1_20150901-1134.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGb5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152906i6C6C37A78156ECE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGb5.png" alt="0683p000009MGb5.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 01 Sep 2015 10:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376452#M138620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-01T10:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to map a non loop element to a loop element in tXMLMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376453#M138621</link>
      <description>Thanks Shong! Actually my need is to create web service request so is the solution applicable for it?
&lt;BR /&gt;
&lt;BR /&gt;-Teemu</description>
      <pubDate>Tue, 01 Sep 2015 12:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-map-a-non-loop-element-to-a-loop-element-in-tXMLMap/m-p/2376453#M138621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-01T12:27:17Z</dc:date>
    </item>
  </channel>
</rss>

