/Basic-CSV-WDC

A simple Tableau Web Data Connector for connecting to CSVs hosted on the web.

Primary LanguageJavaScript

Working!

Basic CSV Web Data Connector

This is a simple Web Data Connector for CSVs hosted on the web.

How to use

  1. Start a new WDC connection in Tableau Desktop 2019.4 or higher and enter: https://basic-csv-wdc.herokuapp.com/
  2. Enter your CSV URL.
  3. Optional: Add a Bearer token or change the HTTP method.
  4. Click Get Data!

How to refresh

Tableau Server

If you want to use this WDC on your Tableau Server you will first need to add it to your safelist with the following commands:

tsm data-access web-data-connectors add --name "CSV WDC" --url https://basic-csv-wdc.herokuapp.com:443
tsm pending-changes apply

Note that this will require your Tableau Server to restart!

Tableau Online

If you want to use this WDC on Tableau Online you will need to set it up using Tableau Bridge

Deploy your own!

Deploy

Remix it on glitch

Questions?

Open an issue!