DOWNLOAD TABLEAU DATASOURCE
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi everyone,
Actually I'm trying to download a Tableau datasource from Tableau server using only Alteryx tools(no python scripting).
I'm getting "PK" as a response from Tableau Server.
As you can see the response header is 200 so I'm expecting that the column "DownloadData" contains the hyper datasource file from Tableau.
Any suggestion on how:
1) save the downloaded DS to a path?
2) rework the downloaded data and re-use it into my workflow?
Thank you,
T.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @tommasoBicocchi ,
Have you configured the download tool to download to temporary file or to text?
Can you show the config of your download tool?
You can configure the tool to download to a temp folder, or specify the folder you want to use in a field:
This will drop the file into that location and you can read it in from there.
Hope this helps,
M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @mceleavey,
you are right, before i've downloaded the file from Tableau server as a text.
Suppose that i download a "file"(as you suggested) or a "temporay file":
- Do i will need to setup a share drive to use it on the server?
Thank you,
T.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you are doing this on a designer and need the Alteryx server to pick it up then you will need to drop it somewhere accessible by the Server. That can be a network drive, S3 bucket, whatever you like.
M.