<?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: Import CSV from the Web in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198722#M49660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is easy to import Binary format like Excel file as well for SAS .Check it out .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/" title="http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/"&gt;http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Apr 2015 08:07:29 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2015-04-18T08:07:29Z</dc:date>
    <item>
      <title>Import CSV from the Web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198718#M49656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok folks my turn to ask for help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how to import this file from the web. &lt;A href="https://raw.githubusercontent.com/sassoftware/enlighten-integration/master/SAS_Base_OpenSrcIntegration/digitsdata_17_train.csv" title="https://raw.githubusercontent.com/sassoftware/enlighten-integration/master/SAS_Base_OpenSrcIntegration/digitsdata_17_train.csv"&gt;https://raw.githubusercontent.com/sassoftware/enlighten-integration/master/SAS_Base_OpenSrcIntegration/digitsdata_17_train.csv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to do it in as few calls as possible.&amp;nbsp; Either a PROC IMPORT or a FILENAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guidance you can provide is appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Going one step further, what if it was an .xls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance-K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198718#M49656</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2015-04-17T17:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV from the Web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198719#M49657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: SAS Monospace;"&gt;filename testurl url &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: SAS Monospace;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://raw.githubusercontent.com/sassoftware/enlighten-integration/master/SAS_Base_OpenSrcIntegration/digitsdata_17_train.csv"&gt;https://raw.githubusercontent.com/sassoftware/enlighten-integration/master/SAS_Base_OpenSrcIntegration/digitsdata_17_train.csv&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: SAS Monospace;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: SAS Monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: SAS Monospace;"&gt;proc &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: SAS Monospace;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: SAS Monospace;"&gt; file=testurl &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: SAS Monospace;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: SAS Monospace;"&gt;=work.junk &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: SAS Monospace;"&gt;dbms&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: SAS Monospace;"&gt;=csv;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: SAS Monospace;"&gt;run&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: SAS Monospace;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: SAS Monospace;"&gt;would be the approach but it times out on me. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 19:31:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198719#M49657</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-17T19:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV from the Web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198720#M49658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems pretty easy.&amp;nbsp; Binary format like an Excel file would be harder, you might want to first copy it to a temporary file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;filename&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; testurl url &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://raw.githubusercontent.com/sassoftware/enlighten-integration/master/SAS_Base_OpenSrcIntegration/digitsdata_17_train.csv"&gt;https://raw.githubusercontent.com/sassoftware/enlighten-integration/master/SAS_Base_OpenSrcIntegration/digitsdata_17_train.csv&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; want;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;infile&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; testurl &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;dsd&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;firstobs&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; label pixel0-pixel783 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 02:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198720#M49658</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-04-18T02:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV from the Web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198721#M49659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code works perfectly for me with SAS9.4 under Win7 64bit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 02:10:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198721#M49659</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-04-18T02:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV from the Web</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198722#M49660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is easy to import Binary format like Excel file as well for SAS .Check it out .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/" title="http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/"&gt;http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 08:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-CSV-from-the-Web/m-p/198722#M49660</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-04-18T08:07:29Z</dc:date>
    </item>
  </channel>
</rss>

