<?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: How to read multiple excel files from server that does not show the file extension in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-multiple-excel-files-from-server-that-does-not-show/m-p/882972#M348885</link>
    <description>&lt;P&gt;Thank you Kurt. I changed the properties in the control panel to show the file extensions. Unfortunately I have to read .xlsx files only not .csv or .txt. found a work around to process all the files. Your paper is very helpful to review lot of steps.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2023 16:32:26 GMT</pubDate>
    <dc:creator>Stalk</dc:creator>
    <dc:date>2023-06-29T16:32:26Z</dc:date>
    <item>
      <title>How to read multiple excel files from server that does not show the file extension</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-multiple-excel-files-from-server-that-does-not-show/m-p/882887#M348844</link>
      <description>&lt;P&gt;I have about 300 excel files on server and need to read only 30 files with specific word ( For ex: \\temp\reach\*conc_v.xlsx ) and append them to create one big dataset.&lt;/P&gt;
&lt;P&gt;When I see them on windows, I cannot see their file extension .xlsx.&amp;nbsp; &amp;nbsp;Also, I have to read the file name as first or last field so that I can concat to extract one piece of information from each file to use as title for my graph.&lt;/P&gt;
&lt;P&gt;Any thought or leads with examples?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 02:11:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-multiple-excel-files-from-server-that-does-not-show/m-p/882887#M348844</guid>
      <dc:creator>Stalk</dc:creator>
      <dc:date>2023-06-29T02:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to read multiple excel files from server that does not show the file extension</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-multiple-excel-files-from-server-that-does-not-show/m-p/882897#M348849</link>
      <description>&lt;P&gt;Change the settings of Windows Explorer so that it does not suppress the file extensions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to list a directory from within SAS, use the DOPEN, DNUM and DREAD functions. See my&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-User-Groups-Library/WUSS-Presentation-Talking-to-Your-Host/ta-p/838344" target="_blank" rel="noopener"&gt;WUSS presentation&lt;/A&gt;&amp;nbsp;for examples.&lt;/P&gt;
&lt;P&gt;You will need to run the import code for Excel files repeatedly.&lt;/P&gt;
&lt;P&gt;If you had text files instead, you can read them into the dataset in one DATA step.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 05:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-multiple-excel-files-from-server-that-does-not-show/m-p/882897#M348849</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-06-29T05:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to read multiple excel files from server that does not show the file extension</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-multiple-excel-files-from-server-that-does-not-show/m-p/882972#M348885</link>
      <description>&lt;P&gt;Thank you Kurt. I changed the properties in the control panel to show the file extensions. Unfortunately I have to read .xlsx files only not .csv or .txt. found a work around to process all the files. Your paper is very helpful to review lot of steps.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 16:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-multiple-excel-files-from-server-that-does-not-show/m-p/882972#M348885</guid>
      <dc:creator>Stalk</dc:creator>
      <dc:date>2023-06-29T16:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to read multiple excel files from server that does not show the file extension</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-multiple-excel-files-from-server-that-does-not-show/m-p/882983#M348894</link>
      <description>&lt;P&gt;Turn off whatever option it is in Windows Explorer that is hiding the file extensions.&lt;/P&gt;
&lt;P&gt;Windows does try to use different icons for different file extensions.&amp;nbsp; But they are often very similar (or even the exact same) for different extensions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1688061430211.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/85462i80897CB57A6C877D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1688061430211.png" alt="Tom_0-1688061430211.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 17:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-multiple-excel-files-from-server-that-does-not-show/m-p/882983#M348894</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-06-29T17:57:32Z</dc:date>
    </item>
  </channel>
</rss>

