<?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 do I import multiple excel files into SAS Enterprise Guide? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/663950#M22824</link>
    <description>&lt;P&gt;There are some excel files in one folder.&lt;/P&gt;&lt;P&gt;The number of files is increasing.&lt;/P&gt;&lt;P&gt;These file names have a rule, like xx-0001,xx-0002,xx-0003.... xx-yyyy.&lt;/P&gt;&lt;P&gt;I want to import and combine spread sheets from all excel files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can import one by one, but files are many&amp;nbsp;and increaseing sometimes. So I want to&amp;nbsp;make a automation task to pass maintenance actions&amp;nbsp;when files are increasing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to combine by enterprise guide task, version 8.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2020 11:36:10 GMT</pubDate>
    <dc:creator>Keisuke_Uemura</dc:creator>
    <dc:date>2020-06-22T11:36:10Z</dc:date>
    <item>
      <title>How do I import multiple excel files into SAS Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/663950#M22824</link>
      <description>&lt;P&gt;There are some excel files in one folder.&lt;/P&gt;&lt;P&gt;The number of files is increasing.&lt;/P&gt;&lt;P&gt;These file names have a rule, like xx-0001,xx-0002,xx-0003.... xx-yyyy.&lt;/P&gt;&lt;P&gt;I want to import and combine spread sheets from all excel files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can import one by one, but files are many&amp;nbsp;and increaseing sometimes. So I want to&amp;nbsp;make a automation task to pass maintenance actions&amp;nbsp;when files are increasing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to combine by enterprise guide task, version 8.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 11:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/663950#M22824</guid>
      <dc:creator>Keisuke_Uemura</dc:creator>
      <dc:date>2020-06-22T11:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import multiple excel files into SAS Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664012#M22831</link>
      <description>How are you importing the files? Are they on your server or locally?&lt;BR /&gt;You can write a macro to loop through and import all quite easily but you need to provide more details.</description>
      <pubDate>Mon, 22 Jun 2020 15:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664012#M22831</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-22T15:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import multiple excel files into SAS Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664035#M22834</link>
      <description>&lt;P&gt;What does "files are increasing" mean?&lt;/P&gt;
&lt;P&gt;Approach would differ if "increasing" means "more records are added to existing files" compared to "new files are created".&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 17:56:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664035#M22834</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-06-22T17:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import multiple excel files into SAS Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664228#M22843</link>
      <description>Thank you for reply, and sorry, not inough to explane about problem.&lt;BR /&gt;"New files are created."</description>
      <pubDate>Tue, 23 Jun 2020 10:08:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664228#M22843</guid>
      <dc:creator>Keisuke_Uemura</dc:creator>
      <dc:date>2020-06-23T10:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import multiple excel files into SAS Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664229#M22844</link>
      <description>Thank you for reply.&lt;BR /&gt;Files are on server, in one folder.&lt;BR /&gt;I want to get solve by enterprise guide tasks, without writing macro for skillless users like me.</description>
      <pubDate>Tue, 23 Jun 2020 10:10:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664229#M22844</guid>
      <dc:creator>Keisuke_Uemura</dc:creator>
      <dc:date>2020-06-23T10:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import multiple excel files into SAS Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664368#M22856</link>
      <description>AFAIK there isn't a way to do this using tasks, this requires macros. I suppose you can create a parameterized process for one Excel file and then figure out how to call it for each Excel file.</description>
      <pubDate>Tue, 23 Jun 2020 15:55:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-import-multiple-excel-files-into-SAS-Enterprise-Guide/m-p/664368#M22856</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-23T15:55:47Z</dc:date>
    </item>
  </channel>
</rss>

