<?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: UTF-8 character strings in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/UTF-8-character-strings/m-p/438728#M282346</link>
    <description>&lt;P&gt;The blank should not be a problem, but have you checked the encoding of the file created by proc export. Is it in utf-8?&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 17:11:52 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2018-02-20T17:11:52Z</dc:date>
    <item>
      <title>UTF-8 character strings</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UTF-8-character-strings/m-p/438679#M282345</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing a proc export step to get the csv format file from SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%macro export_mkt(mktname, outf);&lt;/P&gt;&lt;P&gt;PROC EXPORT DATA= LIB.&amp;amp;mktname.&lt;BR /&gt;OUTFILE= "&amp;amp;mydrv.\Projects\Neuro\VInsight_Data\Monthly\&amp;amp;outf._monthly.csv"&lt;BR /&gt;DBMS=DLM REPLACE;&lt;BR /&gt;DELIMITER=',';&lt;BR /&gt;PUTNAMES=YES;&lt;BR /&gt;RUN;&lt;BR /&gt;%mend;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;When the csv file is uploaded to Salesforce.com it is rejecting the file WITH AN ERROR SAYING ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:Invalid utf8 character string: 'The Home Depot'&lt;/P&gt;&lt;P&gt;Error:Invalid utf8 character string: 'St.'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I witnessed in the Csv files that there were blanks in between and after the values. Do I have to compress the variable giving the above mentioned errors? How to solve this problem ?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UTF-8-character-strings/m-p/438679#M282345</guid>
      <dc:creator>purveshrana</dc:creator>
      <dc:date>2018-02-20T15:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: UTF-8 character strings</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UTF-8-character-strings/m-p/438728#M282346</link>
      <description>&lt;P&gt;The blank should not be a problem, but have you checked the encoding of the file created by proc export. Is it in utf-8?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 17:11:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UTF-8-character-strings/m-p/438728#M282346</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-02-20T17:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: UTF-8 character strings</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UTF-8-character-strings/m-p/438746#M282347</link>
      <description>&lt;P&gt;Hello Andreas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not in the UTF-8 format. As of now I just exported the csv files to Ultraedit and again saved them as UTF-8. If there is a way I can incorporate UTF-8 format while doing a proc export in the sas code itself ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 18:47:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UTF-8-character-strings/m-p/438746#M282347</guid>
      <dc:creator>purveshrana</dc:creator>
      <dc:date>2018-02-20T18:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: UTF-8 character strings</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UTF-8-character-strings/m-p/438879#M282348</link>
      <description>&lt;P&gt;Seems to be possible, see &lt;A href="https://communities.sas.com/t5/SAS-Procedures/Encoding-in-proc-export/td-p/191519" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Encoding-in-proc-export/td-p/191519&lt;/A&gt; for details.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 07:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UTF-8-character-strings/m-p/438879#M282348</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-02-21T07:58:43Z</dc:date>
    </item>
  </channel>
</rss>

