<?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 bulk import into EG. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38782#M4686</link>
    <description>I need to import a large number of spreadsheets into EG from a directory into a single dataset as part of a routine report.&lt;BR /&gt;
&lt;BR /&gt;
The number and names of the spreadsheets may change.  &lt;BR /&gt;
&lt;BR /&gt;
Is there a way to do this with EG?</description>
    <pubDate>Mon, 21 Jun 2010 21:15:24 GMT</pubDate>
    <dc:creator>wkossack</dc:creator>
    <dc:date>2010-06-21T21:15:24Z</dc:date>
    <item>
      <title>bulk import into EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38782#M4686</link>
      <description>I need to import a large number of spreadsheets into EG from a directory into a single dataset as part of a routine report.&lt;BR /&gt;
&lt;BR /&gt;
The number and names of the spreadsheets may change.  &lt;BR /&gt;
&lt;BR /&gt;
Is there a way to do this with EG?</description>
      <pubDate>Mon, 21 Jun 2010 21:15:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38782#M4686</guid>
      <dc:creator>wkossack</dc:creator>
      <dc:date>2010-06-21T21:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: bulk import into EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38783#M4687</link>
      <description>You're probably going to need SAS code to automate this process. Some good ideas are listed here, though these solutions do require you have SAS/ACCESS to PC Files licensed:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/13/348.html" target="_blank"&gt;http://support.sas.com/kb/13/348.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Others on this site might have additional suggestions or programs that could read a large number of Excel workbooks into a single SAS data set. If you need help with the above sample, it also doesn't hurt to check with Tech Support for ideas: &lt;A href="http://support.sas.com/techsup/contact/" target="_blank"&gt;http://support.sas.com/techsup/contact/&lt;/A&gt;</description>
      <pubDate>Tue, 22 Jun 2010 13:50:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38783#M4687</guid>
      <dc:creator>RichardH_sas</dc:creator>
      <dc:date>2010-06-22T13:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: bulk import into EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38784#M4688</link>
      <description>the added problem is we are using a unix sas server and the file servers are windows</description>
      <pubDate>Wed, 23 Jun 2010 14:52:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38784#M4688</guid>
      <dc:creator>wkossack</dc:creator>
      <dc:date>2010-06-23T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: bulk import into EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38785#M4689</link>
      <description>As you can find in the documentation, the ACCESS to PC Files Formats comes with a PC Files Server which let you access Excel-files in a Windows files system.&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 23 Jun 2010 15:16:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38785#M4689</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2010-06-23T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: bulk import into EG.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38786#M4690</link>
      <description>In the past I have often written sas code which runs on our unix server and uses ftp to get a list of the files in a directory on a Windows server (assuming the windows server is accepting ftp connections).&lt;BR /&gt;
&lt;BR /&gt;
Assuming the spreadsheets are all in the same format, I would use the Import Data task in EG once, to set up the code to create the output table.&lt;BR /&gt;
&lt;BR /&gt;
Then I take the list of files I got above and ftp the files one by one (in sas code) from a windows server. I use my import data code to read the file into a data table and then insert that into a final table, which has the data for all the files.&lt;BR /&gt;
&lt;BR /&gt;
If that's of some use to you I could send on some sample code?</description>
      <pubDate>Fri, 06 Aug 2010 15:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/bulk-import-into-EG/m-p/38786#M4690</guid>
      <dc:creator>Adrian_Mc</dc:creator>
      <dc:date>2010-08-06T15:54:41Z</dc:date>
    </item>
  </channel>
</rss>

