<?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: ERROR when importing a txt file, any clues? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271979#M18863</link>
    <description>&lt;P&gt;I have tried that but the result is the same, thank you both for your input, i think i will have to do it via commandline&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Fri, 20 May 2016 13:32:30 GMT</pubDate>
    <dc:creator>chemicalab</dc:creator>
    <dc:date>2016-05-20T13:32:30Z</dc:date>
    <item>
      <title>ERROR when importing a txt file, any clues?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271934#M18852</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I encounter this type of error (see attached) when i am trying to import (via menu and import wizard) a txt file into EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I havent had this problem before so i am kinda stuck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12563iF698E43452FDF9D2/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="error.png" title="error.png" /&gt;</description>
      <pubDate>Fri, 20 May 2016 10:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271934#M18852</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2016-05-20T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR when importing a txt file, any clues?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271935#M18853</link>
      <description>&lt;P&gt;It means that your text file contains &lt;A href="https://en.wikipedia.org/wiki/Unicode#UTF" target="_self"&gt;UTF&lt;/A&gt;-16 characters that cannot be transcoded (converted) to the wlatin1 encoding that your SAS session (workspace server) is configured in.&lt;/P&gt;
&lt;P&gt;You either need to set up the workspace server so that it uses UTF encoding, or convert those special characters in the text file before you submit it to the import task.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 10:19:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271935#M18853</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-20T10:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR when importing a txt file, any clues?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271937#M18855</link>
      <description>&lt;P&gt;OK, how can i do the first option? because when colleagues import the same exact file with the same licensed software they dont encounter this error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 10:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271937#M18855</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2016-05-20T10:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR when importing a txt file, any clues?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271941#M18858</link>
      <description>&lt;P&gt;Look closely at your error message, it hints at what needs to be set.&lt;/P&gt;
&lt;P&gt;See the &lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/67964/HTML/default/viewer.htm#n1oulju2vnum9gn0zxgxa04bxlko.htm" target="_self"&gt;documentation for the NLS system options&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;While LOCALE= can be changed dynamically, ENCODING= needs to be set at session start, either via commandline (can be set in the metadata or USERMODS_OPTIONS in WorkspaceServer_usermods.sh) or in the config file (sasv9_usermods.cfg).&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 10:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271941#M18858</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-20T10:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR when importing a txt file, any clues?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271951#M18859</link>
      <description>&lt;P&gt;Any good example on doing that?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 11:55:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271951#M18859</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2016-05-20T11:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR when importing a txt file, any clues?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271973#M18862</link>
      <description>&lt;P&gt;As a quick workaround, try applying the option on the Advanced tab, "Remove characters that can cause transmission errors..."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3259i62944EFAAEF49651/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="trans.jpg" title="trans.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 13:14:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271973#M18862</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-05-20T13:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR when importing a txt file, any clues?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271979#M18863</link>
      <description>&lt;P&gt;I have tried that but the result is the same, thank you both for your input, i think i will have to do it via commandline&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 13:32:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-when-importing-a-txt-file-any-clues/m-p/271979#M18863</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2016-05-20T13:32:30Z</dc:date>
    </item>
  </channel>
</rss>

