<?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: DataMapper - JSON -&amp;gt; XML - Add a colon in XML tag in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/DataMapper-JSON-gt-XML-Add-a-colon-in-XML-tag/m-p/2369755#M132871</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please post your trouble screenshot on forum? What is talend build version are you using?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 11 Apr 2018 09:08:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-11T09:08:03Z</dc:date>
    <item>
      <title>DataMapper - JSON -&gt; XML - Add a colon in XML tag</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DataMapper-JSON-gt-XML-Add-a-colon-in-XML-tag/m-p/2369754#M132870</link>
      <description>Hello everyone,&lt;BR /&gt;Today i want to generate an XML file from a JSON.&lt;BR /&gt;I already generate XML files but I here I want to generate a particular one, this is an XML in google format.&lt;BR /&gt;Like this:&lt;BR /&gt;&lt;I&gt;&lt;B&gt;&amp;lt;entry&amp;gt;&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;&lt;B&gt;&amp;lt;g:id&amp;gt;114778689&amp;lt;/g:id&amp;gt;&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;&lt;B&gt;&amp;lt;g:title&amp;gt;My PRODUCT&amp;lt;/g:title&amp;gt;&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;&lt;B&gt;&amp;lt;/entry&amp;gt;&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;My problem is the colon because on STUDIO it is prohibit to add a colon( : )&amp;nbsp;in an XML tag.&amp;nbsp;&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;Has anyone had a solution to work this in mapping?&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;Actual, the only solution&amp;nbsp;is to make a replacement after file generation (not good).&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;Thank's for your help !&lt;/B&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DataMapper-JSON-gt-XML-Add-a-colon-in-XML-tag/m-p/2369754#M132870</guid>
      <dc:creator>param75</dc:creator>
      <dc:date>2017-04-07T16:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: DataMapper - JSON -&gt; XML - Add a colon in XML tag</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DataMapper-JSON-gt-XML-Add-a-colon-in-XML-tag/m-p/2369755#M132871</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please post your trouble screenshot on forum? What is talend build version are you using?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 09:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DataMapper-JSON-gt-XML-Add-a-colon-in-XML-tag/m-p/2369755#M132871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: DataMapper - JSON -&gt; XML - Add a colon in XML tag</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DataMapper-JSON-gt-XML-Add-a-colon-in-XML-tag/m-p/2369756#M132872</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You have to declare a namespace.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can create a XML structure importing this file:&lt;/P&gt; 
&lt;P&gt;&amp;lt;entry xmlns:g="&lt;A href="http://www.w3.org/TR/html4/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/TR/html4/&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;g:id&amp;gt;114778689&amp;lt;/g:id&amp;gt;&lt;BR /&gt;&amp;lt;g:title&amp;gt;My PRODUCT&amp;lt;/g:title&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Then you get:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 536px;"&gt;&lt;IMG src="https://community.qlik.com/" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 09:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DataMapper-JSON-gt-XML-Add-a-colon-in-XML-tag/m-p/2369756#M132872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T09:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: DataMapper - JSON -&gt; XML - Add a colon in XML tag</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DataMapper-JSON-gt-XML-Add-a-colon-in-XML-tag/m-p/2369757#M132873</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LLV2AAO"&gt;@eric44&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;You have to declare a namespace.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;You can create a XML structure importing this file:&lt;/P&gt; 
 &lt;P&gt;&amp;lt;entry xmlns:g="&lt;A href="http://www.w3.org/TR/html4/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://theessayservice.org/buy-term-paper/&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;g:id&amp;gt;114778689&amp;lt;/g:id&amp;gt;&lt;BR /&gt;&amp;lt;g:title&amp;gt;My PRODUCT&amp;lt;/g:title&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Then you get:&lt;/P&gt; 
 &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 536px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwgt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136450i390EA1689E63BF11/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwgt.png" alt="0683p000009Lwgt.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;Oh, I see now. Without importing that file it won't working... Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 08:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DataMapper-JSON-gt-XML-Add-a-colon-in-XML-tag/m-p/2369757#M132873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-14T08:36:56Z</dc:date>
    </item>
  </channel>
</rss>

