<?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: Stacking different excels of same data into one sheet in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Stacking-different-excels-of-same-data-into-one-sheet/m-p/669556#M200872</link>
    <description>Convert your Excel files to CSV, read them in with the same data step, which allows you specify the variable types consistently. &lt;BR /&gt;&lt;BR /&gt;If they're all in the same folder something like this code will convert all in batch.&lt;BR /&gt;&lt;A href="https://gist.github.com/statgeek/878e585102c14e01581f55dbe972d27e" target="_blank"&gt;https://gist.github.com/statgeek/878e585102c14e01581f55dbe972d27e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Jul 2020 16:07:16 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-07-15T16:07:16Z</dc:date>
    <item>
      <title>Stacking different excels of same data into one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stacking-different-excels-of-same-data-into-one-sheet/m-p/669540#M200865</link>
      <description>&lt;P&gt;I have 250 excel files of sec financial data that I am trying to stack into one master sheet of data. However, when I go to do this there is a discrepancy in variable types across the data. For example(hypothetical), column 3 will be the date filed and in some of the files it reads in as numeric and others it will read in as a character variable. This is causing issues whenever I goto stack the files. Any suggestions on what I should do?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 15:54:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stacking-different-excels-of-same-data-into-one-sheet/m-p/669540#M200865</guid>
      <dc:creator>dstevens32</dc:creator>
      <dc:date>2020-07-15T15:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Stacking different excels of same data into one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stacking-different-excels-of-same-data-into-one-sheet/m-p/669556#M200872</link>
      <description>Convert your Excel files to CSV, read them in with the same data step, which allows you specify the variable types consistently. &lt;BR /&gt;&lt;BR /&gt;If they're all in the same folder something like this code will convert all in batch.&lt;BR /&gt;&lt;A href="https://gist.github.com/statgeek/878e585102c14e01581f55dbe972d27e" target="_blank"&gt;https://gist.github.com/statgeek/878e585102c14e01581f55dbe972d27e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jul 2020 16:07:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stacking-different-excels-of-same-data-into-one-sheet/m-p/669556#M200872</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-15T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Stacking different excels of same data into one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stacking-different-excels-of-same-data-into-one-sheet/m-p/669839#M200995</link>
      <description>&lt;P&gt;Concur with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;'s suggestion. You will only be able to make this a stable process by eliminating the Excel file format as a transfer medium.&lt;/P&gt;
&lt;P&gt;Save to CSV and read with a data step.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 09:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stacking-different-excels-of-same-data-into-one-sheet/m-p/669839#M200995</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-16T09:02:47Z</dc:date>
    </item>
  </channel>
</rss>

