<?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 How to resolve this ERROR: Character is unclassifiable while reading XML file though XML mapper. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-resolve-this-ERROR-Character-is-unclassifiable-while/m-p/546873#M151490</link>
    <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting below error while reading XML file though XML mapper. This error comes due to special character or illegal character like mentioned in the below email address. .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Character is unclassifiable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;Metadata ID="Email"&amp;gt;&lt;BR /&gt;&amp;lt;Value&amp;gt;sanjaysalunkhe76&amp;#31;@gmail.com&amp;lt;/Value&amp;gt;&lt;BR /&gt;&amp;lt;/Metadata&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code I am using -&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME map "&amp;amp;xmlmap." ENCODING = "UTF-8" ;&lt;BR /&gt;LIBNAME &amp;amp;fileref. XMLV2 XMLMAP=map ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So please suggest how i can solve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sanjay S.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2019 12:33:48 GMT</pubDate>
    <dc:creator>sanjsalu</dc:creator>
    <dc:date>2019-03-28T12:33:48Z</dc:date>
    <item>
      <title>How to resolve this ERROR: Character is unclassifiable while reading XML file though XML mapper.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-resolve-this-ERROR-Character-is-unclassifiable-while/m-p/546873#M151490</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting below error while reading XML file though XML mapper. This error comes due to special character or illegal character like mentioned in the below email address. .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Character is unclassifiable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;Metadata ID="Email"&amp;gt;&lt;BR /&gt;&amp;lt;Value&amp;gt;sanjaysalunkhe76&amp;#31;@gmail.com&amp;lt;/Value&amp;gt;&lt;BR /&gt;&amp;lt;/Metadata&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code I am using -&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME map "&amp;amp;xmlmap." ENCODING = "UTF-8" ;&lt;BR /&gt;LIBNAME &amp;amp;fileref. XMLV2 XMLMAP=map ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So please suggest how i can solve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sanjay S.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:33:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-resolve-this-ERROR-Character-is-unclassifiable-while/m-p/546873#M151490</guid>
      <dc:creator>sanjsalu</dc:creator>
      <dc:date>2019-03-28T12:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve this ERROR: Character is unclassifiable while reading XML file though XML mapper.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-resolve-this-ERROR-Character-is-unclassifiable-while/m-p/547043#M151536</link>
      <description>&lt;P&gt;The brute force method would be to pre-process the file and remove non-printable characters. Maybe:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;STR=prxchange('s/[[:^print:]]//',-1,STR);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Mar 2019 21:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-resolve-this-ERROR-Character-is-unclassifiable-while/m-p/547043#M151536</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-03-28T21:42:54Z</dc:date>
    </item>
  </channel>
</rss>

