<?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: How to use Hmap - JSON to XML in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297537#M70100</link>
    <description>&lt;P&gt;I enclosed a map and a job to do this transform.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsD9"&gt;THMAP_JSON_XML.zip&lt;/A&gt;</description>
    <pubDate>Sat, 12 Aug 2017 14:36:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-12T14:36:47Z</dc:date>
    <item>
      <title>How to use Hmap - JSON to XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297534#M70097</link>
      <description>&lt;P&gt;How to setup HMap to be able to create the XML from the following JSON?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lvqs.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127834iBF7BFD26FD8AAF47/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lvqs.png" alt="0683p000009Lvqs.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Input JSON&lt;/P&gt; 
&lt;PRE&gt;{
	"documentSection":{
		"documentStatus": 1,
		"documentNumber": "9300806055"
	},
	"partnerSection": {
		"partner_role_ag": {
			"partnerRole": "AG",
			"contactFirstName": "Mario"
		},
		"partner_role_lf": {
			"partnerRole": "LF",
			"contactFirstName": "Anna"
		},
		"partner_role_we": {
			"partnerRole": "WE",
			"contactFirstName": "Mia"
		}
	}
}&lt;/PRE&gt; 
&lt;P&gt;Output XML:&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;ORDER&amp;gt;
	&amp;lt;HEAD&amp;gt;
		&amp;lt;DOC_STATUS&amp;gt;1&amp;lt;/DOC_STATUS&amp;gt;
		&amp;lt;DOC_NO&amp;gt;9300806055&amp;lt;/DOC_NO&amp;gt;
		&amp;lt;PARTY&amp;gt;
			&amp;lt;PARTNER_ROLE&amp;gt;AG&amp;lt;/PARTNER_ROLE&amp;gt;
			&amp;lt;NAME1&amp;gt;Mario&amp;lt;/NAME1&amp;gt;
		&amp;lt;/PARTY&amp;gt;
		&amp;lt;PARTY&amp;gt;
			&amp;lt;PARTNER_ROLE&amp;gt;LF&amp;lt;/PARTNER_ROLE&amp;gt;
			&amp;lt;NAME1&amp;gt;Anna&amp;lt;/NAME1&amp;gt;
		&amp;lt;/PARTY&amp;gt;
		&amp;lt;PARTY&amp;gt;
			&amp;lt;PARTNER_ROLE&amp;gt;WE&amp;lt;/PARTNER_ROLE&amp;gt;
			&amp;lt;NAME1&amp;gt;Mia&amp;lt;/NAME1&amp;gt;
		&amp;lt;/PARTY&amp;gt;
	&amp;lt;/HEAD&amp;gt;
&amp;lt;/ORDER&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297534#M70097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Hmap - JSON to XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297535#M70098</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you get this JSON input ? Do you read it on a file system ? Does it come from a webservice call ? ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 13:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297535#M70098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-12T13:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Hmap - JSON to XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297536#M70099</link>
      <description>&lt;P&gt;web service call, but why does that matter?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 14:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297536#M70099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-12T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Hmap - JSON to XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297537#M70100</link>
      <description>&lt;P&gt;I enclosed a map and a job to do this transform.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsD9"&gt;THMAP_JSON_XML.zip&lt;/A&gt;</description>
      <pubDate>Sat, 12 Aug 2017 14:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297537#M70100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-12T14:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Hmap - JSON to XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297538#M70101</link>
      <description>Are there any good example &amp;amp; documentation on how to use tHMap? I remember that 6 months ago there were almost no examples.</description>
      <pubDate>Sat, 12 Aug 2017 16:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-Hmap-JSON-to-XML/m-p/2297538#M70101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-12T16:33:07Z</dc:date>
    </item>
  </channel>
</rss>

