Skip to main content
I am trying to export Tableau's crosstab view to .csv using Python.

 

So far, I have tried TableauServerClient and REST API, both of those export data to .csv which looks way different than the crosstab view. I also tried tabula-py but the exported .csv looks different than the crosstab view.

 

I am able to export view to pdf and now trying export this pdf to .csv.

 

Has anyone done this before?

 

I am using Python 3.7 and using Tableau server 2019.1.3.
0/9000