<?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: XML to JSON conversion in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/XML-to-JSON-conversion/m-p/2308059#M79434</link>
    <description>Please check out tXmlToJson custom component in talend exchange center.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F1448&amp;amp;pi=marketplace%252F1%252Fproducts%252F1448%252Fitems%252F2515" target="_blank" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F1448&amp;amp;pi=marketplace%252F1%252Fproducts%252F1448%252Fitems%252F2515&lt;/A&gt;</description>
    <pubDate>Thu, 02 Nov 2017 05:08:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-02T05:08:42Z</dc:date>
    <item>
      <title>XML to JSON conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-to-JSON-conversion/m-p/2308058#M79433</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt; 
&lt;P&gt;I have one xml as input having multiple nested elements and I need to convert that xml into JSON document to load it into Couchbase using Talend. Below is my sample XML document.&lt;/P&gt; 
&lt;P&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;BR /&gt;&amp;lt;xml&amp;gt;&lt;BR /&gt;&amp;lt;entities&amp;gt;&lt;BR /&gt;&amp;lt;entity id="5" version="123456"&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;ABC&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;listCode&amp;gt;OF&amp;lt;/listCode&amp;gt;&lt;BR /&gt;&amp;lt;address&amp;gt;MH INDIA&amp;lt;/address&amp;gt;&lt;BR /&gt;&amp;lt;address&amp;gt;GJ INDIA&amp;lt;/address&amp;gt;&lt;BR /&gt;&amp;lt;cd name="ID"&amp;gt;1234&amp;lt;/cd&amp;gt;&lt;BR /&gt;&amp;lt;cd name="SRC"&amp;gt;XYZ&amp;lt;/cd&amp;gt;&lt;BR /&gt;&amp;lt;/entity&amp;gt;&lt;BR /&gt;&amp;lt;/entities&amp;gt;&lt;BR /&gt;&amp;lt;/xml&amp;gt;&lt;/P&gt; 
&lt;P&gt;Expected output:&lt;BR /&gt;"entity":{&lt;BR /&gt;"id":"5",&lt;BR /&gt;"version":"123456",&lt;BR /&gt;"name":"ABC",&lt;BR /&gt;"listCode":"OF",&lt;BR /&gt;"address": [{address1:"MH INDIA"},{address2:"GJ INDIA"}]&lt;BR /&gt;"sdf":[&lt;BR /&gt;{&lt;BR /&gt;"sdfvalue":"1234",&lt;BR /&gt;"sdfname":"ID"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"sdfvalue":"XYZ",&lt;BR /&gt;"sdfname":"Src"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;I am getting output as 2 different JSON document, one for combination of "sdfvalue":"1234","sdfname":"ID" and second document for combination of "sdfvalue":"XYZ","sdfname":"Src"&amp;nbsp; like below....&lt;/P&gt; 
&lt;P&gt;"entity":{&lt;BR /&gt;"id":"5",&lt;BR /&gt;"version":"123456",&lt;BR /&gt;"name":"ABC",&lt;BR /&gt;"listCode":"OF",&lt;BR /&gt;"address": [{address1:"MH INDIA"},{address2:"GJ INDIA"}]&lt;BR /&gt;"sdf":[&lt;BR /&gt;{&lt;BR /&gt;"sdfvalue":"1234",&lt;BR /&gt;"sdfname":"ID"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;"entity":{&lt;BR /&gt;"id":"5",&lt;BR /&gt;"version":"123456",&lt;BR /&gt;"name":"ABC",&lt;BR /&gt;"listCode":"OF",&lt;BR /&gt;"address": [{address1:"MH INDIA"},{address2:"GJ INDIA"}]&lt;BR /&gt;"sdf":[&lt;BR /&gt;{&lt;BR /&gt;"sdfvalue":"XYZ",&lt;BR /&gt;"sdfname":"Src"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;I want output in single JSON document. Can anyone suggest me few ideas to implement it in Talend.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 07:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-to-JSON-conversion/m-p/2308058#M79433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T07:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: XML to JSON conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-to-JSON-conversion/m-p/2308059#M79434</link>
      <description>Please check out tXmlToJson custom component in talend exchange center.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F1448&amp;amp;pi=marketplace%252F1%252Fproducts%252F1448%252Fitems%252F2515" target="_blank" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F1448&amp;amp;pi=marketplace%252F1%252Fproducts%252F1448%252Fitems%252F2515&lt;/A&gt;</description>
      <pubDate>Thu, 02 Nov 2017 05:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-to-JSON-conversion/m-p/2308059#M79434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-02T05:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: XML to JSON conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-to-JSON-conversion/m-p/2539855#M148292</link>
      <description>&lt;P&gt;If you are looking for a simple way to convert XML files to JSON &lt;STRONG&gt;Softaken XML Converter&lt;/STRONG&gt; is a reliable solution. It is designed for users who want accurate results without technical steps. It can quickly read structured XML data and convert it into JSON files while preserving the original structure. Even large XML files can be processed smoothly without any issues. The interface is user-friendly making it suitable for both beginners and experienced professionals. It can handle multiple XML files at once saving time on bulk conversions.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2025 09:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-to-JSON-conversion/m-p/2539855#M148292</guid>
      <dc:creator>Graceleah4181</dc:creator>
      <dc:date>2025-12-24T09:45:52Z</dc:date>
    </item>
  </channel>
</rss>

