<?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 Export to CSV in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265865#M57916</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;I have a 3 million records dataset that i want to export to excel csv. I was told csv can have way more than a 1M records but after exporting it i only see 1,048k&lt;BR /&gt;You guys know a way of doing this?&lt;BR /&gt;I need the 3M records in one tab so business partners would be able to do pivot tables out of that file. Any suggestions pls?&lt;/P&gt;</description>
    <pubDate>Sat, 23 Apr 2016 23:30:33 GMT</pubDate>
    <dc:creator>Tal</dc:creator>
    <dc:date>2016-04-23T23:30:33Z</dc:date>
    <item>
      <title>Export to CSV</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265865#M57916</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I have a 3 million records dataset that i want to export to excel csv. I was told csv can have way more than a 1M records but after exporting it i only see 1,048k&lt;BR /&gt;You guys know a way of doing this?&lt;BR /&gt;I need the 3M records in one tab so business partners would be able to do pivot tables out of that file. Any suggestions pls?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 23:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265865#M57916</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2016-04-23T23:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export to CSV</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265867#M57917</link>
      <description>&lt;P&gt;CSV is a comma separated values file, and Excel can read a file in that format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CSV can handle unlimited records but Excel can only read 1 million records. You need a different workaround. Consider exporting to an Access DB and then connecting your Excel workbook to the Access DB. If you need to email the file that's not going to be workable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise Excel will not be a good solution, especially if you can't split your file into multiple sheets.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 23:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265867#M57917</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-23T23:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export to CSV</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265870#M57920</link>
      <description>&lt;P&gt;If you can get the PowerPivot add in, that does seem to provide a workaround. You'll need to look into that further yourself.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 00:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265870#M57920</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-24T00:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export to CSV</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265876#M57921</link>
      <description>&lt;P&gt;You or your business partners could do the pivot tables directly in MS-Access.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 03:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265876#M57921</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-04-24T03:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Export to CSV</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265877#M57922</link>
      <description>Or keep the data in SAS and use the SAS OLEDB  provider/SAS Addin 4 MS Office.</description>
      <pubDate>Sun, 24 Apr 2016 06:02:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265877#M57922</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-24T06:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Export to CSV</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265879#M57923</link>
      <description>&lt;P&gt;As already stated, the contraint is built into Excel, not the CSV file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to view the large CSV file, try something other than Excel. Here is a link to a freeware program that might be useful:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://csved.sjfrancke.nl/" target="_blank"&gt;http://csved.sjfrancke.nl/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 07:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/265879#M57923</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2016-04-24T07:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export to CSV</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/266235#M57946</link>
      <description>Thx Reeza thx guys for your inputs but we dont have MS Access at work. Can that be possible? Have everything under MS Office but Access</description>
      <pubDate>Mon, 25 Apr 2016 21:57:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/266235#M57946</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2016-04-25T21:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export to CSV</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/266240#M57947</link>
      <description>&lt;P&gt;That's pretty standard, Access is available under a different license and has an additional cost. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 22:37:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-CSV/m-p/266240#M57947</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-25T22:37:47Z</dc:date>
    </item>
  </channel>
</rss>

