<?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 tExtractJSONFields - An invalid XML character (Unicode: 0xf) was found in the element content of the document in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/tExtractJSONFields-An-invalid-XML-character-Unicode-0xf-was/m-p/2284654#M3950</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm facing a problem with non-printable characters in tExtractJSONFields component. I have an input json with the structure:&lt;/P&gt; 
&lt;PRE&gt;{"vid":1, "properties": {"value": "asd\u000f6ój"}}&lt;/PRE&gt; 
&lt;P&gt;Inside of the value I have non-printable character like&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;\u000f&lt;/PRE&gt; 
&lt;P&gt;When I'm trying to process it I'm receiving an error like:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Przechwytywanie.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsS5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133838iE8E26CAFD60334EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsS5.png" alt="0683p000009LsS5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;Starting job test at 10:49 15/02/2018.

[statistics] connecting to socket on port 3836
[statistics] connected
Error on line 1 of document  : An invalid XML character (Unicode: 0xf) was found in the element content of the document. Nested exception: An invalid XML character (Unicode: 0xf) was found in the element content of the document.
[statistics] disconnected
Job test ended at 10:49 15/02/2018. [exit code=0]&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;Can you please help me how can I process/decode it?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:41:37 GMT</pubDate>
    <dc:creator>sslider23</dc:creator>
    <dc:date>2024-11-16T08:41:37Z</dc:date>
    <item>
      <title>tExtractJSONFields - An invalid XML character (Unicode: 0xf) was found in the element content of the document</title>
      <link>https://community.qlik.com/t5/Data-Quality/tExtractJSONFields-An-invalid-XML-character-Unicode-0xf-was/m-p/2284654#M3950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm facing a problem with non-printable characters in tExtractJSONFields component. I have an input json with the structure:&lt;/P&gt; 
&lt;PRE&gt;{"vid":1, "properties": {"value": "asd\u000f6ój"}}&lt;/PRE&gt; 
&lt;P&gt;Inside of the value I have non-printable character like&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;\u000f&lt;/PRE&gt; 
&lt;P&gt;When I'm trying to process it I'm receiving an error like:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Przechwytywanie.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsS5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133838iE8E26CAFD60334EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsS5.png" alt="0683p000009LsS5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;Starting job test at 10:49 15/02/2018.

[statistics] connecting to socket on port 3836
[statistics] connected
Error on line 1 of document  : An invalid XML character (Unicode: 0xf) was found in the element content of the document. Nested exception: An invalid XML character (Unicode: 0xf) was found in the element content of the document.
[statistics] disconnected
Job test ended at 10:49 15/02/2018. [exit code=0]&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;Can you please help me how can I process/decode it?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tExtractJSONFields-An-invalid-XML-character-Unicode-0xf-was/m-p/2284654#M3950</guid>
      <dc:creator>sslider23</dc:creator>
      <dc:date>2024-11-16T08:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: tExtractJSONFields - An invalid XML character (Unicode: 0xf) was found in the element content of the document</title>
      <link>https://community.qlik.com/t5/Data-Quality/tExtractJSONFields-An-invalid-XML-character-Unicode-0xf-was/m-p/2284655#M3951</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is escaped UTF-8. Use Java component to convert it into national characters.&lt;/P&gt;&lt;PRE&gt;String text = "S\u00e3o"
text = StringEscapeUtils.unescapeJava(text);
System.out.println("text " + text);&lt;/PRE&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Lojdr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 17:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tExtractJSONFields-An-invalid-XML-character-Unicode-0xf-was/m-p/2284655#M3951</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-02-16T17:36:26Z</dc:date>
    </item>
  </channel>
</rss>

