<?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 Need to download csv file from tableau web server in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852104#M861</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone guide me how can I download the csv file from tableau web server in SAS using SAS EG. When I say tableau web server that means while going through that path it asks credentials first and we need to enter server from the drop down.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://etb-prod.****.com/#/site/Home/export.csv" target="_blank"&gt;https://etb-prod.****.com/#/site/Home/export.csv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in above example link, when it go through site it asks to enter web server name for tableau and then throw an error 400 Bad Request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest some code so that i can download the export csv file&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 11:40:02 GMT</pubDate>
    <dc:creator>jatavravi100</dc:creator>
    <dc:date>2023-01-04T11:40:02Z</dc:date>
    <item>
      <title>Need to download csv file from tableau web server</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852104#M861</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone guide me how can I download the csv file from tableau web server in SAS using SAS EG. When I say tableau web server that means while going through that path it asks credentials first and we need to enter server from the drop down.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://etb-prod.****.com/#/site/Home/export.csv" target="_blank"&gt;https://etb-prod.****.com/#/site/Home/export.csv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in above example link, when it go through site it asks to enter web server name for tableau and then throw an error 400 Bad Request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest some code so that i can download the export csv file&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 11:40:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852104#M861</guid>
      <dc:creator>jatavravi100</dc:creator>
      <dc:date>2023-01-04T11:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need to download csv file from tableau web server</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852105#M862</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/de/pgmsascdc/9.4_3.4/proc/n0bdg5vmrpyi7jn1pbgbje2atoov.htm" target="_blank" rel="noopener"&gt;HTTP Procedure&lt;/A&gt;&amp;nbsp;has options to supply credentials. After downloading, read the downloaded file. You can use a temporary file reference for this, so downloaded files don't clutter up your system.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 12:01:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852105#M862</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-01-04T12:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to download csv file from tableau web server</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852107#M863</link>
      <description>&lt;P&gt;And what about selecting the tableau server?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 12:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852107#M863</guid>
      <dc:creator>jatavravi100</dc:creator>
      <dc:date>2023-01-04T12:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to download csv file from tableau web server</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852108#M864</link>
      <description>I did try the proc http with options webusername and webpassword but every timeI execute it says Bad request.&lt;BR /&gt;&lt;BR /&gt;filename _bcin temp;&lt;BR /&gt;proc http&lt;BR /&gt;url = "&lt;A href="https://etb-prod.****.com/#/site/Home/export.csv" target="_blank"&gt;https://etb-prod.****.com/#/site/Home/export.csv&lt;/A&gt;"&lt;BR /&gt;webusername = '*****'&lt;BR /&gt;webpassword='******'&lt;BR /&gt;;&lt;BR /&gt;run;</description>
      <pubDate>Wed, 04 Jan 2023 12:17:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852108#M864</guid>
      <dc:creator>jatavravi100</dc:creator>
      <dc:date>2023-01-04T12:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need to download csv file from tableau web server</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852118#M865</link>
      <description>&lt;P&gt;The URL contains the server name. If you need to go through a proxy, the HTTP procedure documentation tells you how to do that.&lt;/P&gt;
&lt;P&gt;We can only supply code for websites which are publicly accessible; if you need to keep parts of the access (servername, credentials) private, your best bet is to get in touch with SAS technical support, as they have an automatic NDA while supporting you.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 13:55:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Need-to-download-csv-file-from-tableau-web-server/m-p/852118#M865</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-01-04T13:55:04Z</dc:date>
    </item>
  </channel>
</rss>

