<?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 How to generate XML with multi loop ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371218#M134181</link>
    <description>Hi,&amp;nbsp; 
&lt;BR /&gt;I try to generate an xml with multiloop elements. 
&lt;BR /&gt;I have the following data recordset. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEL0.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135784iA655D3911760BAFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEL0.jpg" alt="0683p000009MEL0.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt;And I would like to generate this XML 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;Entity code = "AL"&amp;gt;				&lt;BR /&gt;	&amp;lt;Store code = "10"&amp;gt;			&lt;BR /&gt;		&amp;lt;Article code="AV2082"&amp;gt;		&lt;BR /&gt;			&amp;lt;Locations&amp;gt;		&lt;BR /&gt;				&amp;lt;Location code="2111"&amp;gt;&lt;BR /&gt;				&amp;lt;Location code="2113"&amp;gt;&lt;BR /&gt;				&amp;lt;Location code="2115"&amp;gt;&lt;BR /&gt;			&amp;lt;/Locations&amp;gt;		&lt;BR /&gt;			&amp;lt;BarCodes&amp;gt;		&lt;BR /&gt;				&amp;lt;cab code="222222"&amp;gt;&lt;BR /&gt;				&amp;lt;cab code="333333"&amp;gt;&lt;BR /&gt;			&amp;lt;/BarCodes&amp;gt;		&lt;BR /&gt;		&amp;lt;/Article&amp;gt;			&lt;BR /&gt;		&amp;lt;Article code="AV2085"&amp;gt;		&lt;BR /&gt;			&amp;lt;Locations&amp;gt;		&lt;BR /&gt;				&amp;lt;Location code="2121"&amp;gt;&lt;BR /&gt;				&amp;lt;/Locations&amp;gt;		&lt;BR /&gt;			&amp;lt;BarCodes&amp;gt;&lt;BR /&gt;				&amp;lt;cab code="444444"&amp;gt;&lt;BR /&gt;				&amp;lt;cab code="555555"&amp;gt;&lt;BR /&gt;			&amp;lt;/BarCodes&amp;gt;		&lt;BR /&gt;		&amp;lt;/Article&amp;gt;				&lt;BR /&gt;	&amp;lt;/Store&amp;gt;				&lt;BR /&gt;&amp;lt;/Entity &amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I try with the tXMLMap or tWriteXMLField&amp;nbsp;components&amp;nbsp;but I don't manage to have all locations and baCodes for an article. 
&lt;BR /&gt;Is it possible to do this with talend ? 
&lt;BR /&gt;Thanks for your answer. 
&lt;BR /&gt;TOS 5.4.1 on Ubuntu 14.04.2 LTS</description>
    <pubDate>Fri, 17 Jun 2016 07:49:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-17T07:49:15Z</dc:date>
    <item>
      <title>How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371218#M134181</link>
      <description>Hi,&amp;nbsp; 
&lt;BR /&gt;I try to generate an xml with multiloop elements. 
&lt;BR /&gt;I have the following data recordset. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEL0.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135784iA655D3911760BAFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEL0.jpg" alt="0683p000009MEL0.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt;And I would like to generate this XML 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;Entity code = "AL"&amp;gt;				&lt;BR /&gt;	&amp;lt;Store code = "10"&amp;gt;			&lt;BR /&gt;		&amp;lt;Article code="AV2082"&amp;gt;		&lt;BR /&gt;			&amp;lt;Locations&amp;gt;		&lt;BR /&gt;				&amp;lt;Location code="2111"&amp;gt;&lt;BR /&gt;				&amp;lt;Location code="2113"&amp;gt;&lt;BR /&gt;				&amp;lt;Location code="2115"&amp;gt;&lt;BR /&gt;			&amp;lt;/Locations&amp;gt;		&lt;BR /&gt;			&amp;lt;BarCodes&amp;gt;		&lt;BR /&gt;				&amp;lt;cab code="222222"&amp;gt;&lt;BR /&gt;				&amp;lt;cab code="333333"&amp;gt;&lt;BR /&gt;			&amp;lt;/BarCodes&amp;gt;		&lt;BR /&gt;		&amp;lt;/Article&amp;gt;			&lt;BR /&gt;		&amp;lt;Article code="AV2085"&amp;gt;		&lt;BR /&gt;			&amp;lt;Locations&amp;gt;		&lt;BR /&gt;				&amp;lt;Location code="2121"&amp;gt;&lt;BR /&gt;				&amp;lt;/Locations&amp;gt;		&lt;BR /&gt;			&amp;lt;BarCodes&amp;gt;&lt;BR /&gt;				&amp;lt;cab code="444444"&amp;gt;&lt;BR /&gt;				&amp;lt;cab code="555555"&amp;gt;&lt;BR /&gt;			&amp;lt;/BarCodes&amp;gt;		&lt;BR /&gt;		&amp;lt;/Article&amp;gt;				&lt;BR /&gt;	&amp;lt;/Store&amp;gt;				&lt;BR /&gt;&amp;lt;/Entity &amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I try with the tXMLMap or tWriteXMLField&amp;nbsp;components&amp;nbsp;but I don't manage to have all locations and baCodes for an article. 
&lt;BR /&gt;Is it possible to do this with talend ? 
&lt;BR /&gt;Thanks for your answer. 
&lt;BR /&gt;TOS 5.4.1 on Ubuntu 14.04.2 LTS</description>
      <pubDate>Fri, 17 Jun 2016 07:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371218#M134181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T07:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371219#M134182</link>
      <description>I am running into same problem, where I am importing header from one file, details from another file, and payment info from another file.&lt;BR /&gt;My header remains the same, but item details have multiple item and payment could be from multiple credit card sources.&lt;BR /&gt;I have used tXMLMap for mapping and Advanced tAdvancedOutputXML, since I need output in XML file from flat file.&lt;BR /&gt;I did add schema for output, but it only allows loop once in one root tag. tWriteXMLField has the same issues.&lt;BR /&gt;Please help me.&lt;BR /&gt;Thanks for you time and response in advance.</description>
      <pubDate>Fri, 17 Jun 2016 20:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371219#M134182</guid>
      <dc:creator>purvinjp</dc:creator>
      <dc:date>2016-06-17T20:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371220#M134183</link>
      <description>This is tricky in Talend, but it is possible. There are two ways that I approach this with the Open Source Edition. 
&lt;BR /&gt;1) Create the XML in subsets. By that I mean, I analyse the structure and work out how many complex types there are with loops. Since the tXMLMap can only handle one loop, I create XML documents for each of the sub sections (maintaining a key column on the output to allow me to match it to the structure it will need to be added to. I then convert the XML to Strings and replace empty nodes with the computed loop section. It sounds complicated, but it is quite workable. As an example..... 
&lt;BR /&gt;Below is a simple example of XML with a nested loop. But in this piece of XML is treat the "innerLoop" as an entity with a value. The value is the "key" to the XML I will create later.... 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;myXML&amp;gt;&lt;BR /&gt;&amp;lt;myOuterLoop&amp;gt;&lt;BR /&gt;&amp;lt;myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;someData&amp;gt;Blah blah blah&amp;lt;/someData&amp;gt;&lt;BR /&gt;&amp;lt;innerLoop&amp;gt;OuterLoopItemKey1&amp;lt;/innerLoop&amp;gt;&lt;BR /&gt;&amp;lt;/myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;someData&amp;gt;Yah Yah Yah&amp;lt;/someData&amp;gt;&lt;BR /&gt;&amp;lt;innerLoop&amp;gt;OuterLoopItemKey2&amp;lt;/innerLoop&amp;gt;&lt;BR /&gt;&amp;lt;/myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;someData&amp;gt;Lah Lah Lah&amp;lt;/someData&amp;gt;&lt;BR /&gt;&amp;lt;innerLoop&amp;gt;OuterLoopItemKey3&amp;lt;/innerLoop&amp;gt;&lt;BR /&gt;&amp;lt;/myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;/myOuterLoop&amp;gt;&lt;BR /&gt;&amp;lt;/myXML&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;For the innerLoop XML, I create it using a tXMLMap and produce it alongside a "key" column. The "key" column contains the link between this document and the section of the above XML it needs to fit into. The "key" for the XML below will be " 
&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;OuterLoopItemKey1".&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;innerLoop&amp;gt;&lt;BR /&gt;&amp;lt;innerLoopItem&amp;gt;Something1&amp;lt;/innerLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;innerLoopItem&amp;gt;Something2&amp;lt;/innerLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;innerLoopItem&amp;gt;Something3&amp;lt;/innerLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;innerLoopItem&amp;gt;Something4&amp;lt;/innerLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;/innerLoop&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Now I have produced the two pieces of XML, I convert them to Strings and use a find and replace mechanism to replace the " 
&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;&amp;lt;innerLoop&amp;gt;OuterLoopItemKey1&amp;lt;/innerLoop&amp;gt;"&amp;nbsp;&lt;/FONT&gt;replace section of the main XML with the new computed loop corresponding to the key value "OuterLoopItemKey1". 
&lt;BR /&gt;This produces the output you will see below.... 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;myXML&amp;gt;&lt;BR /&gt;&amp;lt;myOuterLoop&amp;gt;&lt;BR /&gt;&amp;lt;myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;someData&amp;gt;Blah blah blah&amp;lt;/someData&amp;gt;&lt;BR /&gt;&amp;lt;innerLoop&amp;gt;&lt;BR /&gt;&amp;lt;innerLoopItem&amp;gt;Something1&amp;lt;/innerLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;innerLoopItem&amp;gt;Something2&amp;lt;/innerLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;innerLoopItem&amp;gt;Something3&amp;lt;/innerLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;innerLoopItem&amp;gt;Something4&amp;lt;/innerLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;/innerLoop&amp;gt;&lt;BR /&gt;&amp;lt;/myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;someData&amp;gt;Yah Yah Yah&amp;lt;/someData&amp;gt;&lt;BR /&gt;&amp;lt;innerLoop&amp;gt;OuterLoopItemKey2&amp;lt;/innerLoop&amp;gt;&lt;BR /&gt;&amp;lt;/myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;someData&amp;gt;Lah Lah Lah&amp;lt;/someData&amp;gt;&lt;BR /&gt;&amp;lt;innerLoop&amp;gt;OuterLoopItemKey3&amp;lt;/innerLoop&amp;gt;&lt;BR /&gt;&amp;lt;/myOuterLoopItem&amp;gt;&lt;BR /&gt;&amp;lt;/myOuterLoop&amp;gt;&lt;BR /&gt;&amp;lt;/myXML&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Yes, it is complicated. But it works and can be built in a structured methodical manner without having to know too much Java. I tend to use it for easier examples. 
&lt;BR /&gt;2) The other way I do it, I won't explain in detail. I will simply point to a reasonably straight forward example of using XStream ( 
&lt;A href="http://x-stream.github.io/tutorial.html" rel="nofollow noopener noreferrer"&gt;http://x-stream.github.io/tutorial.html&lt;/A&gt;). This requires Java, but is a really useful tool for complicated XML (there is also JAXB). For this you will need to create your required classes and use a tJavaFlex (maybe a tJavaRow) to pass your data to your classes. Once your classes are populated, you can convert them (serialise them) to an XML document. 
&lt;BR /&gt;Neither of these are ideal, I know. But they both work.&amp;nbsp;</description>
      <pubDate>Fri, 17 Jun 2016 21:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371220#M134183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T21:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371221#M134184</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks for your answer&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;rhall_2.0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I chose your first solution.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I generated&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sub XML for location for each article (= key) with a tXMLMap and I injected this sub XML in the main XML with another tXMLMap.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 22 Jun 2016 17:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371221#M134184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T17:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371222#M134185</link>
      <description>&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Hi,&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;I try to use tWriteXmlField with multiple loops but it's impossible.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;My output is the &lt;B&gt;content of xml generated &amp;nbsp;by&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;B&gt;tWriteXmlField&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;and not an xml file (that's why i didn't use&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tfileOutputMSXml&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;).&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Can you Help me plz?&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 24 Jun 2016 13:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371222#M134185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-24T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371223#M134186</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Hi,&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;I try to use tWriteXmlField with multiple loops but it's impossible.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;My output is the &lt;B&gt;content of xml generated &amp;nbsp;by&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;B&gt;tWriteXmlField&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;and not an xml file (that's why i didn't use tXMLMap).&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Can you Help me plz?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Sorry not able to help but tounsi?&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 29 Jun 2016 11:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371223#M134186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-29T11:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371224#M134187</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Hi,&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;I try to use tWriteXmlField with multiple loops but it's impossible.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;My output is the &lt;B&gt;content of xml generated &amp;nbsp;by&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;B&gt;tWriteXmlField&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;and not an xml file (that's why i didn't use tfileOutputMSXml).&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Can you Help me plz?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Sorry not able to help but tounsi?&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;yees</description>
      <pubDate>Thu, 30 Jun 2016 09:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371224#M134187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-30T09:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371225#M134188</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Hi,&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;I try to use tWriteXmlField with multiple loops but it's impossible.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;My output is the &lt;B&gt;content of xml generated &amp;nbsp;by&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;B&gt;tWriteXmlField&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;and not an xml file (that's why i didn't use tXMLMap).&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Can you Help me plz?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Sorry not able to help but tounsi?&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;yees 
&lt;BR /&gt;We are everywhere&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;&amp;nbsp; 
&lt;BR /&gt;netcharfou&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 30 Jun 2016 09:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371225#M134188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-30T09:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371226#M134189</link>
      <description>Hello,&lt;BR /&gt;I have the same problem if you can help me please&lt;BR /&gt;best regards</description>
      <pubDate>Thu, 15 Sep 2016 16:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371226#M134189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-15T16:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate XML with multi loop ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371227#M134190</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hello,&lt;BR /&gt;I have the same problem if &lt;A href="https://revolutionaryoptimists.org/neosize-xl-review-and-results" target="_blank" rel="nofollow noopener noreferrer"&gt;you try neosize xl then help me&lt;/A&gt; please.&lt;BR /&gt;best regards&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Did you try the solutions above amine?</description>
      <pubDate>Mon, 19 Sep 2016 07:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-generate-XML-with-multi-loop/m-p/2371227#M134190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-19T07:54:34Z</dc:date>
    </item>
  </channel>
</rss>

