<?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 Combining multiple XML into one using the same schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Combining-multiple-XML-into-one-using-the-same-schema/m-p/2357685#M122900</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently facing a situation where I have several XML files that conform to a shared schema. However, each of these files holds data related to a distinct parent element within the schema. My goal is to merge these files into a unified tFileOutputXML, and I'm utilizing a tXMLMap for this task. Unfortunately, the result I'm getting seems to be duplicating the entire schema for each individual row of data that I input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you kindly guide me on the steps to rectify this issue? I aim to generate a valid XML output that adheres accurately to the XSD Schema I imported. For additional clarity, I've attached some screenshots for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tXMLMap&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAc7AAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134459i909B98A3FCB3AADA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAc7AAG.png" alt="0695b00000nSAc7AAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAcRAAW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144969i210663121278012E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAcRAAW.png" alt="0695b00000nSAcRAAW.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;tFileInputXML_1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAfBAAW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137326i4034689A462E7B1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAfBAAW.png" alt="0695b00000nSAfBAAW.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tFileInputXML_2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAfpAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146569i6FBB70FCD12961E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAfpAAG.png" alt="0695b00000nSAfpAAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;tFileOutputXML&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAgOAAW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144881iC81BF69CB6CD8FD3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAgOAAW.png" alt="0695b00000nSAgOAAW.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tFileOutputXML Schema&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAh2AAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146570iB3F096A7F40C3D39/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAh2AAG.png" alt="0695b00000nSAh2AAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XML output&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAhbAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148950iA21E8D7351AD4290/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAhbAAG.png" alt="0695b00000nSAhbAAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:26:51 GMT</pubDate>
    <dc:creator>Artemis_Mercury</dc:creator>
    <dc:date>2024-11-15T21:26:51Z</dc:date>
    <item>
      <title>Combining multiple XML into one using the same schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combining-multiple-XML-into-one-using-the-same-schema/m-p/2357685#M122900</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently facing a situation where I have several XML files that conform to a shared schema. However, each of these files holds data related to a distinct parent element within the schema. My goal is to merge these files into a unified tFileOutputXML, and I'm utilizing a tXMLMap for this task. Unfortunately, the result I'm getting seems to be duplicating the entire schema for each individual row of data that I input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you kindly guide me on the steps to rectify this issue? I aim to generate a valid XML output that adheres accurately to the XSD Schema I imported. For additional clarity, I've attached some screenshots for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tXMLMap&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAc7AAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134459i909B98A3FCB3AADA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAc7AAG.png" alt="0695b00000nSAc7AAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAcRAAW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144969i210663121278012E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAcRAAW.png" alt="0695b00000nSAcRAAW.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;tFileInputXML_1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAfBAAW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137326i4034689A462E7B1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAfBAAW.png" alt="0695b00000nSAfBAAW.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tFileInputXML_2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAfpAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146569i6FBB70FCD12961E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAfpAAG.png" alt="0695b00000nSAfpAAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;tFileOutputXML&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAgOAAW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144881iC81BF69CB6CD8FD3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAgOAAW.png" alt="0695b00000nSAgOAAW.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tFileOutputXML Schema&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAh2AAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146570iB3F096A7F40C3D39/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAh2AAG.png" alt="0695b00000nSAh2AAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XML output&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nSAhbAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148950iA21E8D7351AD4290/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nSAhbAAG.png" alt="0695b00000nSAhbAAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combining-multiple-XML-into-one-using-the-same-schema/m-p/2357685#M122900</guid>
      <dc:creator>Artemis_Mercury</dc:creator>
      <dc:date>2024-11-15T21:26:51Z</dc:date>
    </item>
  </channel>
</rss>

