TabMigrate icon indicating copy to clipboard operation
TabMigrate copied to clipboard

Feature Request: Allow for user-defined folder to place generated files into.

Open AirCooledNut opened this issue 7 years ago • 1 comments

It would be very helpful for me to have an optional field with the ability to specify a folder where the generated files are saved to as the default location points to a corporate network folder with a long file path.

AirCooledNut avatar Jan 29 '18 21:01 AirCooledNut

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 name, password and server URL for your site

Holski avatar Oct 15 '19 03:10 Holski