You need to sign in to do that
Don't have an account?

automating the export of the CSV file from SFDC reports
Can we use rest API from tableau to request a CSV file(exported data from report ) fro m salesforce.
Generally using salesforce reports we click the export deatils button to download the csv file. But our company needs to automate the process and send the CSV file from report over to tableau external platform .
Can we leverage Analytics rest api on this one.
Thanks in advance for the help.
Generally using salesforce reports we click the export deatils button to download the csv file. But our company needs to automate the process and send the CSV file from report over to tableau external platform .
Can we leverage Analytics rest api on this one.
Thanks in advance for the help.
The Analytics API will return JSON data. If you make an analytics API call to get the json data you can then utilize a json to csv tool.
Here's an online json to csv tool http://konklone.io/json/
Thanks for the input.
My question is wether, if tableau has some thing to import the data and store it for future use.
Thanks.