<?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 import  CSV (excel) file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-CSV-excel-file/m-p/308309#M61163</link>
    <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying ti import a csv file(excel). I am not able to import. Please help. The log is shown in the attachment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mycode;&lt;/P&gt;&lt;P&gt;proc import datafile="C:\Users\nn\Desktop\pp.csv" DBMS=csv out=mm;&lt;BR /&gt;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2016 16:20:05 GMT</pubDate>
    <dc:creator>knveraraju91</dc:creator>
    <dc:date>2016-10-31T16:20:05Z</dc:date>
    <item>
      <title>How to import  CSV (excel) file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-CSV-excel-file/m-p/308309#M61163</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying ti import a csv file(excel). I am not able to import. Please help. The log is shown in the attachment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mycode;&lt;/P&gt;&lt;P&gt;proc import datafile="C:\Users\nn\Desktop\pp.csv" DBMS=csv out=mm;&lt;BR /&gt;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 16:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-CSV-excel-file/m-p/308309#M61163</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-10-31T16:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to import  CSV (excel) file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-CSV-excel-file/m-p/308317#M61164</link>
      <description>&lt;P&gt;The message about more variables found than values means that some of your columns didn't have a header.&lt;/P&gt;
&lt;P&gt;Mismatch types usually mean the 'guessingrows' default isn't large enough.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc import datafile="C:\Users\nn\Desktop\pp.csv" DBMS=csv out=mm;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; guessingrows = 100;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 16:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-CSV-excel-file/m-p/308317#M61164</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-10-31T16:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to import  CSV (excel) file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-CSV-excel-file/m-p/308361#M61172</link>
      <description>&lt;P&gt;Based on your knowledge of the dataset, I would suggest taking the code from the log and manually fixing it to match your desired formats.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 19:25:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-CSV-excel-file/m-p/308361#M61172</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-31T19:25:49Z</dc:date>
    </item>
  </channel>
</rss>

