<?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 loop multiple elements in advancedOutputFIle in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/loop-multiple-elements-in-advancedOutputFIle/m-p/2207809#M7296</link>
    <description>I want to loop many elements in one file for example the source file:
&lt;BR /&gt;&amp;lt;doc&amp;gt;
&lt;BR /&gt; &amp;lt;name&amp;gt;joe&amp;lt;/name&amp;gt;
&lt;BR /&gt; &amp;lt;type&amp;gt;string&amp;lt;/type&amp;gt;
&lt;BR /&gt;&amp;lt;/doc&amp;gt; 
&lt;BR /&gt;could have multiple rows like this:
&lt;BR /&gt;&amp;lt;doc&amp;gt;
&lt;BR /&gt; &amp;lt;name&amp;gt;joe&amp;lt;/name&amp;gt;
&lt;BR /&gt; &amp;lt;type&amp;gt;string&amp;lt;/type&amp;gt;
&lt;BR /&gt; &amp;lt;name&amp;gt;john&amp;lt;/name&amp;gt;
&lt;BR /&gt; &amp;lt;type&amp;gt;int&amp;lt;/type&amp;gt;
&lt;BR /&gt;&amp;lt;/doc&amp;gt; 
&lt;BR /&gt;However it doesnt allow multiple loop element, i read about group element but its constantly greyed out. Is there any way around this other than writing out to multiple files? Also is it possible to read in from multiple files?</description>
    <pubDate>Sat, 16 Nov 2024 14:20:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:20:13Z</dc:date>
    <item>
      <title>loop multiple elements in advancedOutputFIle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-multiple-elements-in-advancedOutputFIle/m-p/2207809#M7296</link>
      <description>I want to loop many elements in one file for example the source file:
&lt;BR /&gt;&amp;lt;doc&amp;gt;
&lt;BR /&gt; &amp;lt;name&amp;gt;joe&amp;lt;/name&amp;gt;
&lt;BR /&gt; &amp;lt;type&amp;gt;string&amp;lt;/type&amp;gt;
&lt;BR /&gt;&amp;lt;/doc&amp;gt; 
&lt;BR /&gt;could have multiple rows like this:
&lt;BR /&gt;&amp;lt;doc&amp;gt;
&lt;BR /&gt; &amp;lt;name&amp;gt;joe&amp;lt;/name&amp;gt;
&lt;BR /&gt; &amp;lt;type&amp;gt;string&amp;lt;/type&amp;gt;
&lt;BR /&gt; &amp;lt;name&amp;gt;john&amp;lt;/name&amp;gt;
&lt;BR /&gt; &amp;lt;type&amp;gt;int&amp;lt;/type&amp;gt;
&lt;BR /&gt;&amp;lt;/doc&amp;gt; 
&lt;BR /&gt;However it doesnt allow multiple loop element, i read about group element but its constantly greyed out. Is there any way around this other than writing out to multiple files? Also is it possible to read in from multiple files?</description>
      <pubDate>Sat, 16 Nov 2024 14:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-multiple-elements-in-advancedOutputFIle/m-p/2207809#M7296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: loop multiple elements in advancedOutputFIle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-multiple-elements-in-advancedOutputFIle/m-p/2207810#M7297</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;However it doesnt allow multiple loop element,&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Yes, tAdvancedFileOutputXML don't support multiple loop element, in your case, you can generate a file like this:
&lt;BR /&gt;&amp;lt;doc&amp;gt;
&lt;BR /&gt; &amp;lt;name&amp;gt;joe&amp;lt;/name&amp;gt;
&lt;BR /&gt; &amp;lt;type&amp;gt;string&amp;lt;/type&amp;gt;
&lt;BR /&gt;&amp;lt;/doc&amp;gt;
&lt;BR /&gt;&amp;lt;doc&amp;gt;
&lt;BR /&gt; &amp;lt;name&amp;gt;john&amp;lt;/name&amp;gt;
&lt;BR /&gt; &amp;lt;type&amp;gt;int&amp;lt;/type&amp;gt;
&lt;BR /&gt;&amp;lt;/doc&amp;gt;
&lt;BR /&gt;Well, you can group your element with one attribute, see 1847
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 16 Jun 2008 04:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-multiple-elements-in-advancedOutputFIle/m-p/2207810#M7297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-16T04:06:53Z</dc:date>
    </item>
  </channel>
</rss>

