<?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 do I import files(.xlsx) files from Tableau in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805439#M317286</link>
    <description>&lt;P&gt;Tableau can also export to csv, which is a much better transport medium than Excel files, by orders of magnitude.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2022 06:52:49 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-04-01T06:52:49Z</dc:date>
    <item>
      <title>How do I import files(.xlsx) files from Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805396#M317262</link>
      <description>Hi All,&lt;BR /&gt;I was trying to create summary of a report which is created on tableau in excel.&lt;BR /&gt;To get the excel im current downloading the file and then importing the excel file into SAs and after minor changes to the SAs code I am running a summary statistics using Proc summary and then create another report and share it.&lt;BR /&gt;I have never worked with Tableau, so wanted to know if I can read the excel file from Tableau and generate the required reports.&lt;BR /&gt;The tableau reports are stored at a Share point.&lt;BR /&gt;&lt;BR /&gt;I tried accessing the files using filename statements but I keep getting a not found error.&lt;BR /&gt;&lt;BR /&gt;Can anyone suggest if I need to add any connections into order to aceesss the share point.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Thu, 31 Mar 2022 20:50:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805396#M317262</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2022-03-31T20:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import files(.xlsx) files from Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805424#M317276</link>
      <description>&lt;P&gt;You have two separate problems.&lt;/P&gt;
&lt;P&gt;1) Getting something (anything) out sharepoint.&lt;/P&gt;
&lt;P&gt;2) Knowing whether the data in the Excel files generated by Tableau are readable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer the second one try manually moving one of the Excel files to a place where SAS can access it and see whether PROC IMPORT or the XLSX libname engine can read the data out of it.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 02:25:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805424#M317276</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-04-01T02:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import files(.xlsx) files from Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805430#M317279</link>
      <description>&lt;P&gt;Many resources about accessing sharepoint from SAS, for example:&amp;nbsp;&lt;A href="https://support.sas.com/kb/42/054.html" target="_blank"&gt;https://support.sas.com/kb/42/054.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 05:13:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805430#M317279</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-04-01T05:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import files(.xlsx) files from Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805439#M317286</link>
      <description>&lt;P&gt;Tableau can also export to csv, which is a much better transport medium than Excel files, by orders of magnitude.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 06:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805439#M317286</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-04-01T06:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import files(.xlsx) files from Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805483#M317307</link>
      <description>Hi Kurt,&lt;BR /&gt;&lt;BR /&gt;Thank you for your quick response.&lt;BR /&gt;1. I would like to read anything or something from the shared point.&lt;BR /&gt;2. Currently I am manually downloading the file created by Tableau from Share Point and reading them into SAS by Proc Import and perform calculations and a generate report.&lt;BR /&gt;&lt;BR /&gt;Kindly Suggest me on #1.</description>
      <pubDate>Fri, 01 Apr 2022 12:09:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805483#M317307</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2022-04-01T12:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import files(.xlsx) files from Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805486#M317310</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp;has given you an answer for #1.&lt;/P&gt;
&lt;P&gt;For #2, csv files are to be preferred, as you can avoid PROC IMPORT and use a properly written DATA step instead.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 12:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-files-xlsx-files-from-Tableau/m-p/805486#M317310</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-04-01T12:34:33Z</dc:date>
    </item>
  </channel>
</rss>

