Reading data from Tableau

Hi all,

 

 

I was wondering if there is any way to read data tables from Tableau, rather than sending data to Tableau.

 

Is this functionality possible?

Hello hgwelec,

I believe that Tableau offers different ways to export data into different formats (eg, .csv, .xml,..). Once you have extracted the data with one of those formats, you can use the dedicated node into KNIME (eg file reader, xml reader, ..) to read the data. If you are using Tableau Server you can use the Get Request node to get the data using RESTful Webservices.

Hope that helps,

Best,

Vincenzo

Hi everyone,

I am also having same issue to read the data using Knime. In order to read from REST services, could you provide an example?

Hi @ngumpena -

Have you checked out the Tableau REST API documentation? Specifically, I found this, which retrieves data in CSV format from a Tableau data view: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_workbooksviews.htm#query_view_data

2 Likes

Hi Vincenzo,

I am also interested on reading published data sources in Tableau Server. I see you have suggested Tableau Server’s REST API, but according to the Tableau Documentation, reading data sources is not an option. I see only possibilities to read metadata or to send certain triggers to the server.

Since it has been a while since your answer, I wanted to ask has anyone developed a solution for this problem?

Thanks & regards,
Denis

Hi @d3n1s

That is not very likely, see this post from a few weeks ago:

2 Likes