<?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 import several .csv files at once  and then Append all of them in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-several-csv-files-at-once-and-then-Append-all-of/m-p/362692#M85702</link>
    <description>&lt;P&gt;Get it working for one dataset then you can switch if to an automated version. &amp;nbsp;See one method detailed here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-do-I-write-a-macro-to-import-multiple-text-files-that-have/ta-p/223627" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-do-I-write-a-macro-to-import-multiple-text-files-that-have/ta-p/223627&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 12:33:19 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-05-30T12:33:19Z</dc:date>
    <item>
      <title>How to import several .csv files at once  and then Append all of them</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-several-csv-files-at-once-and-then-Append-all-of/m-p/362684#M85699</link>
      <description>&lt;LI-SPOILER&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;I have several csv file in a folder, I want to import all of them into sas and then append all of them in one table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(All csv files columns are same)&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 12:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-several-csv-files-at-once-and-then-Append-all-of/m-p/362684#M85699</guid>
      <dc:creator>subrat1</dc:creator>
      <dc:date>2017-05-30T12:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to import several .csv files at once  and then Append all of them</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-several-csv-files-at-once-and-then-Append-all-of/m-p/362686#M85700</link>
      <description>&lt;P&gt;You can use wildcards in the infile statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
infile "path_to_files/*.csv" /* further options */;
input ........;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 May 2017 12:13:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-several-csv-files-at-once-and-then-Append-all-of/m-p/362686#M85700</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-30T12:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to import several .csv files at once  and then Append all of them</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-import-several-csv-files-at-once-and-then-Append-all-of/m-p/362692#M85702</link>
      <description>&lt;P&gt;Get it working for one dataset then you can switch if to an automated version. &amp;nbsp;See one method detailed here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-do-I-write-a-macro-to-import-multiple-text-files-that-have/ta-p/223627" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-do-I-write-a-macro-to-import-multiple-text-files-that-have/ta-p/223627&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 12:33:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-import-several-csv-files-at-once-and-then-Append-all-of/m-p/362692#M85702</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-30T12:33:19Z</dc:date>
    </item>
  </channel>
</rss>

