bertrandmartel / tableau-scraping

Tableau scraper python library. R and Python scripts to scrape data from Tableau viz
MIT License
126 stars 20 forks source link

Add support for the 'Choose a format to download' > 'Data' option (alongside the crosstab option) #73

Open DeflateAwning opened 1 year ago

DeflateAwning commented 1 year ago

On a Tableau page, when you click the bottom-right downward arrow button on a dashboard, and then click "Data", it exports the data nicely. There is currently no option to download data like that in this library. It would be helpful if it was added.

The button is right next to the "Crosstab" button, so it's very likely that the process to download the data is very similar to "Crosstab".