How To !!top!! Download Published Data Source From Tableau Server | No Survey |

to download the data source: tabcmd get "/datasources/ .tdsx" -f "C:\Path\To\Save\File.tdsx" Note: The path in the command must match the URL path of the data source on the server. 3. Programmatic Download via REST API

The file will download as a (Tableau Packaged Data Source), which includes the data connection (.tds) and any local file data or extracts (.hyper or .tde). 2. Downloading via tabcmd (Command Line) how to download published data source from tableau server

For integration into custom applications, use the Tableau REST API . to download the data source: tabcmd get "/datasources/

to your server: tabcmd login -s http:// -u -p To download a data source, you generally need:

If you do not see the "Download" option, you may lack the necessary permissions. To download a data source, you generally need: Reference-Tableau Server REST API

: The server returns the data source in .tdsx format as an application/octet-stream .