Holski
Holski
@Abhorse Sorry no. We went with a different Python based solution. We used the Tableau REST API from https://onlinehelp.tableau.com/current/api/rest_api/en-us/help.htm#REST/rest_api_ref.htm and the Tableau server client https://github.com/tableau/server-client-python and we were able to...
You can specify the output folder if you call tabmigrate from the command line: C:\Temp\TabMigrate\TabRESTMigrate.exe -command siteExport -fromSiteUrl http://tableau-server/#/site/LocalTest/explore -fromSiteUserId username -fromSiteUserPassword password -exportDirectory C:\Temp\TableauExport Obviously change the paths, user...