<?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: Full Extraction XML field in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338613#M106830</link>
    <description>&lt;P&gt;OK, I think you need to extract data two times:&lt;/P&gt;&lt;P&gt;the first time&lt;/P&gt;&lt;P&gt;extract id,code,filename columns;&lt;/P&gt;&lt;P&gt;1;code1;filename1&lt;/P&gt;&lt;P&gt;1;code1;filename2&lt;/P&gt;&lt;P&gt;2;code2;filename1&lt;/P&gt;&lt;P&gt;2;code2;filename2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then use tDenormalize component to convert multiple rows to one rows&lt;/P&gt;&lt;P&gt;1;code1;filename1,filename2&lt;/P&gt;&lt;P&gt;2;code2;filename1,filename2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the second time:&lt;/P&gt;&lt;P&gt;extract id,code,url columns;&lt;/P&gt;&lt;P&gt;1;code1;url1&lt;/P&gt;&lt;P&gt;1;code1;url2&lt;/P&gt;&lt;P&gt;2;code2;url1&lt;/P&gt;&lt;P&gt;2;code2;url2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then use tDenormalize component to convert multiple rows to one rows&lt;/P&gt;&lt;P&gt;1;code1;url1,url2&lt;/P&gt;&lt;P&gt;2;code2;url1,url2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In next subjob, do an inner join between the above two results to merge all columns.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 07:25:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-30T07:25:34Z</dc:date>
    <item>
      <title>Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338607#M106824</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have this kind of XML architecture:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CATALOG&amp;gt;&lt;/P&gt;&lt;P&gt;	&amp;lt;PRODUCTS&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;PRODUCT&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ID&amp;gt;1111&amp;lt;/ID&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;CODE&amp;gt;6666666&amp;lt;/CODE&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ATTRIBUTES&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;LABEL&amp;gt;test product&amp;lt;/LABEL&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/ATTRIBUTES&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;MEDIAS&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;MEDIA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;FILENAME&amp;gt;666666_test_product.jpg&amp;lt;/FILENAME&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;MEDIA_TYPE&amp;gt;==&amp;lt;/MEDIA_TYPE&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;URL&amp;gt;&lt;A href="https://6666_test_product.jpg?1643353703%3C/URL%3E" alt="https://6666_test_product.jpg?1643353703%3C/URL%3E" target="_blank"&gt;https://6666_test_product.jpg?1643353703&amp;lt;/URL&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/MEDIA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;MEDIA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;FILENAME&amp;gt;666666_test_product2.jpg&amp;lt;/FILENAME&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;MEDIA_TYPE&amp;gt;==&amp;lt;/MEDIA_TYPE&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;URL&amp;gt;&lt;A href="https://666666_test_product2.jpg?1595193757%3C/URL%3E" alt="https://666666_test_product2.jpg?1595193757%3C/URL%3E" target="_blank"&gt;https://666666_test_product2.jpg?1595193757&amp;lt;/URL&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/MEDIA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;MEDIA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;FILENAME&amp;gt;666668_test_product3.jpg&amp;lt;/FILENAME&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;MEDIA_TYPE&amp;gt;==&amp;lt;/MEDIA_TYPE&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;URL&amp;gt;&lt;A href="https://666666_test_product3.jpg?1595193758%3C/URL%3E" alt="https://666666_test_product3.jpg?1595193758%3C/URL%3E" target="_blank"&gt;https://666666_test_product3.jpg?1595193758&amp;lt;/URL&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/MEDIA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/MEDIAS&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;AAAA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;BBB&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ID/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;CODE/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ATTRIBUTES&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;LABEL/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/ATTRIBUTES&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/BBB&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/AAAA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;CCCC&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;DD&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ID/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;CODE/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ATTRIBUTES&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;LABEL/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/ATTRIBUTES&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/DD&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/CCCC&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/PRODUCT&amp;gt;&lt;/P&gt;&lt;P&gt;	&amp;lt;/PRODUCTS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/CATALOG&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to extract every fields when the medias loop could be different in size between 2 extraction?&lt;/P&gt;&lt;P&gt;Should I loop first on MEDIAS, and then loop on products, and join the 2 loops in a tMap for example?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 15:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338607#M106824</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2023-03-22T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338608#M106825</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000fI6uKAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146297i13D791D96DD1CB15/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000fI6uKAAS.png" alt="0695b00000fI6uKAAS.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 15:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338608#M106825</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2023-03-22T15:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338609#M106826</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;What do you meant the medias loop could be different? Can you take an example?&lt;/P&gt;&lt;P&gt;In this example file, you can extract all fields under MEDIA element. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000fICE0AAO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138032i2ED0217BBB32945B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000fICE0AAO.png" alt="0695b00000fICE0AAO.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 00:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338609#M106826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-23T00:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338610#M106827</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The number of &amp;lt;MEDIA&amp;gt; inside &amp;lt;MEDIAS&amp;gt; can be different on day to another.&lt;/P&gt;&lt;P&gt;It can be just one media, it can be 10 media the next day.&lt;/P&gt;&lt;P&gt;I know I can loop on medias like you do, but I'm concern about get the &amp;lt;ID&amp;gt; and &amp;lt;CODE&amp;gt; (for exemple) at the same time.&lt;/P&gt;&lt;P&gt;Because I also can have different number of &amp;lt;PRODUCT&amp;gt; inside &amp;lt;PRODUCTS&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My main root is &amp;lt;PRODUCTS&amp;gt;.&lt;/P&gt;&lt;P&gt;But it can have many &amp;lt;PRODUCT&amp;gt;, and then all the product can have many &amp;lt;MEDIA&amp;gt;.&lt;/P&gt;&lt;P&gt;This is where I don't know how to extract at the same time all the data because I have loops inside loops...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 06:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338610#M106827</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2023-03-27T06:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338611#M106828</link>
      <description>&lt;P&gt;From your description, I think loop on media element as shown in screenshot, you can get all media data + &amp;lt;ID&amp;gt;  and &amp;lt;CODE&amp;gt; at the same time from different products, the output result looks like:&lt;/P&gt;&lt;P&gt;ID;CODE;FILENAME;URL&lt;/P&gt;&lt;P&gt;1;code1;filename1;URL1&lt;/P&gt;&lt;P&gt;1;code1;filename2;URL2&lt;/P&gt;&lt;P&gt;1;code1;filename3;URL3&lt;/P&gt;&lt;P&gt;2;code2;filename4;URL4&lt;/P&gt;&lt;P&gt;2;code2;filename5;URL5&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;This is because your file structure is loops inside loops, not different loop elements at the same level，isn't it?&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 09:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338611#M106828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-27T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338612#M106829</link>
      <description>&lt;P&gt;Yes this it what I have so far, but I did not want to repeat the ID and CODE many times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how to convert in one row in a CSV with something like that:&lt;/P&gt;&lt;P&gt;ID;CODE;FILENAME;URL&lt;/P&gt;&lt;P&gt;1;code1;filename1,filename2,filename3,filename4,filename5;url1,url2,url3,url4,url5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 06:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338612#M106829</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2023-03-30T06:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338613#M106830</link>
      <description>&lt;P&gt;OK, I think you need to extract data two times:&lt;/P&gt;&lt;P&gt;the first time&lt;/P&gt;&lt;P&gt;extract id,code,filename columns;&lt;/P&gt;&lt;P&gt;1;code1;filename1&lt;/P&gt;&lt;P&gt;1;code1;filename2&lt;/P&gt;&lt;P&gt;2;code2;filename1&lt;/P&gt;&lt;P&gt;2;code2;filename2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then use tDenormalize component to convert multiple rows to one rows&lt;/P&gt;&lt;P&gt;1;code1;filename1,filename2&lt;/P&gt;&lt;P&gt;2;code2;filename1,filename2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the second time:&lt;/P&gt;&lt;P&gt;extract id,code,url columns;&lt;/P&gt;&lt;P&gt;1;code1;url1&lt;/P&gt;&lt;P&gt;1;code1;url2&lt;/P&gt;&lt;P&gt;2;code2;url1&lt;/P&gt;&lt;P&gt;2;code2;url2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then use tDenormalize component to convert multiple rows to one rows&lt;/P&gt;&lt;P&gt;1;code1;url1,url2&lt;/P&gt;&lt;P&gt;2;code2;url1,url2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In next subjob, do an inner join between the above two results to merge all columns.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 07:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338613#M106830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-30T07:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338614#M106831</link>
      <description>&lt;P&gt;And what if I have another loop in my xml?&lt;/P&gt;&lt;P&gt;For exemple:&lt;/P&gt;&lt;P&gt;&amp;lt;ID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CODE&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PRODUCTS&lt;/P&gt;&lt;P&gt; &amp;lt;product&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;url&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/PRODUCTS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ATTRIBUTES&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;label&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;size&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ATTRIBUTES&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For exemple if I need to loop on PRODUCTS, and also on ATTRIBUTES, should I do 3 extractions?&lt;/P&gt;&lt;P&gt;First extraction: ID and CODE&lt;/P&gt;&lt;P&gt;2nd extraction: PRODUCTS&lt;/P&gt;&lt;P&gt;3rd extraction: ATTRIBUTES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then join all in a tMap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 06:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338614#M106831</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2023-04-04T06:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338615#M106832</link>
      <description>&lt;P&gt;Yes, tExtractXMLFields component does not support extracting multiple loop element at a time, so you have to do multiple extractions and join all columns back if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 08:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338615#M106832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-04T08:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Full Extraction XML field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338616#M106833</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to develop by extracting from my MEDIA loop, denormalize to have this:&lt;/P&gt;&lt;P&gt;1;code1;filename1,filename2&lt;/P&gt;&lt;P&gt;2;code2;filename1,filename2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem is that I have this from my xml since the number of MEDIA is different from one product to another:&lt;/P&gt;&lt;P&gt;1;code1;filename1,filename2,filename3&lt;/P&gt;&lt;P&gt;2;code2;filename1&lt;/P&gt;&lt;P&gt;3;code3;filanem1,filename2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And what I try is to recreate the XML after changing some things in a tXMLMap but I don't get it how to loop to a new XML.&lt;/P&gt;&lt;P&gt;The job for the moment looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsFbbAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138236i4A2F0DB30CFAB307/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsFbbAAE.png" alt="0695b00000hsFbbAAE.png" /&gt;&lt;/span&gt;I have to read the XML file, add some rules in the XMLMap, then re-create the XML.&lt;/P&gt;&lt;P&gt;In that version if the structure of the output XML is ok, the problem is in the MEDIA loop because it does not recreate the loop but just put everything in the same object as it is the same column:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsFcAAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148345i598A3973DB9536CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsFcAAAU.png" alt="0695b00000hsFcAAAU.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't get it how I'm supposed to do when the number of column is constantly different and how to re-compose the XML in the output.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 09:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Full-Extraction-XML-field/m-p/2338616#M106833</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2023-05-17T09:02:58Z</dc:date>
    </item>
  </channel>
</rss>

