<?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 XML escape character in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347742#M114953</link>
    <description>I use the tFileOutputXML to generate an XML file from a MSSQL database. &lt;BR /&gt;The XML is generated but is not valid in any XML editor.&lt;BR /&gt;In fact all special character (&amp;lt;,&amp;gt;,&amp;amp;, ', ") are not escaped. So the XML is not usable. &lt;BR /&gt;&lt;BR /&gt;Is there any simple solution integrated in TALEND to escape.&lt;BR /&gt;&amp;lt;	&amp;lt;	less than&lt;BR /&gt;&amp;gt;	&amp;gt;	greater than&lt;BR /&gt;&amp;amp;	&amp;amp;	ampersand &lt;BR /&gt;&amp;amp;apos;	'	apostrophe&lt;BR /&gt;"	"	quotation mark&lt;BR /&gt;&lt;BR /&gt;It's not possible to make this transformation in a tMap component because it will &lt;BR /&gt;need to transform all the fields. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards</description>
    <pubDate>Sat, 16 Nov 2024 14:35:21 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T14:35:21Z</dc:date>
    <item>
      <title>XML escape character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347742#M114953</link>
      <description>I use the tFileOutputXML to generate an XML file from a MSSQL database. &lt;BR /&gt;The XML is generated but is not valid in any XML editor.&lt;BR /&gt;In fact all special character (&amp;lt;,&amp;gt;,&amp;amp;, ', ") are not escaped. So the XML is not usable. &lt;BR /&gt;&lt;BR /&gt;Is there any simple solution integrated in TALEND to escape.&lt;BR /&gt;&amp;lt;	&amp;lt;	less than&lt;BR /&gt;&amp;gt;	&amp;gt;	greater than&lt;BR /&gt;&amp;amp;	&amp;amp;	ampersand &lt;BR /&gt;&amp;amp;apos;	'	apostrophe&lt;BR /&gt;"	"	quotation mark&lt;BR /&gt;&lt;BR /&gt;It's not possible to make this transformation in a tMap component because it will &lt;BR /&gt;need to transform all the fields. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards</description>
      <pubDate>Sat, 16 Nov 2024 14:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347742#M114953</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: XML escape character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347743#M114954</link>
      <description>Hello&lt;BR /&gt;Can you precise your TOS Version and your project language ?&lt;BR /&gt;Michaël.</description>
      <pubDate>Mon, 02 Jul 2007 16:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347743#M114954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-02T16:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: XML escape character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347744#M114955</link>
      <description>TOS 2.1.0 M2 and Java language.</description>
      <pubDate>Mon, 02 Jul 2007 16:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347744#M114955</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-07-02T16:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: XML escape character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347745#M114956</link>
      <description>Yes you're right.&lt;BR /&gt;As a work around, you can call a mapper before the tFileOutputXML and make this transformation on your columns : TalendString.replaceSpecialCharForXML(myRow.myCol);&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 02 Jul 2007 18:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347745#M114956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-02T18:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: XML escape character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347746#M114957</link>
      <description>Are there any plans to make this available through the GUI in the future? We have customers that need to export to XML but won't code in Java.&lt;BR /&gt;Thanks,&lt;BR /&gt;Jason</description>
      <pubDate>Mon, 02 Jul 2007 22:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347746#M114957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-02T22:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: XML escape character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347747#M114958</link>
      <description>Remenber that 2.1.0M2 is only a Milestone version. 
&lt;BR /&gt;This bug is a regression, values were automatically parsed in 2.0.XX version. 
&lt;BR /&gt;This will be corrected in 2.1 RC1 (Release Candidate 1) 
&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 02 Jul 2007 23:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347747#M114958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-02T23:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: XML escape character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347748#M114959</link>
      <description>OK thanks for this correction in the RC1&lt;BR /&gt;I've opened an issue in Mantis to follow. &lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 03 Jul 2007 07:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347748#M114959</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-07-03T07:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: XML escape character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347749#M114960</link>
      <description>Hi ,&lt;BR /&gt;This is not working for me.</description>
      <pubDate>Thu, 02 Feb 2017 10:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-escape-character/m-p/2347749#M114960</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-02-02T10:57:21Z</dc:date>
    </item>
  </channel>
</rss>

