Skip to main content

Tools for extracting metadata from Tableau Desktop workbook files.

Project description

TableauDesktopPy

Tools for extracting metadata from Tableau Desktop workbook files. This package parses the underlying xml of a workbook to retrieve information on its style and data connections.

Installation

Install with pip:

pip install TableauDesktopPy

Usage

  1. Provide a valid Tableau workbook file ('.twb' or '.twbx') to declare a Workbook object:
import TableauDesktopPy as tdp

my_workbook = tdp.Workbook("C:\Users\bpewyllie\test_workbook.twbx")
  1. Then call any of the following attributes to retrieve workbook metadata:
  • Workbook.colors
  • Workbook.custom_sql
  • Workbook.excel
  • Workbook.fonts
  • Workbook.fields
  • Workbook.onedrive
  • Workbook.images
  • Workbook.shapes
  • ... and more
  1. Other metadata may be retrieved by calling the Workbook.xml attribute and parsing with an xml parser such as BeautifulSoup.

  2. The module also provides methods for modifying a workbook's xml. Workbook.hide_field(), for example, hides an arbitrary field from the workbook's xml. To make the changes appear when opening the workbook in Tableau, first call the Workbook.save() method. Currently only saving as a .twb file is supported. To prevent confusion, it is best to run this method with the workbook closed.

Release notes

1.0.9 (1/22/2021)

  • Address README template not being accessible

1.0.8 (1/21/2021)

  • Include datasource in parenthetical in any field-related attribute to overcome duplicate-named fields from different datasources

  • Create method for building workbook README file

  • Create save method for overwriting workbooks

  • Create method for changing fonts

  • Fix some bugs with retrieving field names when parameters are present

To do (for release 1.1.0)

  • Ability to save workbooks to .twbx files

  • Create worksheet, datasource subclasses (long-term goal: allow more precise manipulation)

  • Create method for changing file paths of images and data files

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TableauDesktopPy-1.0.10.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

TableauDesktopPy-1.0.10-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file TableauDesktopPy-1.0.10.tar.gz.

File metadata

  • Download URL: TableauDesktopPy-1.0.10.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for TableauDesktopPy-1.0.10.tar.gz
Algorithm Hash digest
SHA256 bfc050af33cfa7d73e74f545547d89ade2fc0bd7ff885189afbe0d282a515fa5
MD5 185f54843a56cdb3fb0f2917974c9d45
BLAKE2b-256 cad4bc40e672bc807fa987c3aafa8889898f6d42e8f108205567dc1b37a86f69

See more details on using hashes here.

File details

Details for the file TableauDesktopPy-1.0.10-py3-none-any.whl.

File metadata

  • Download URL: TableauDesktopPy-1.0.10-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for TableauDesktopPy-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 80038657a42b0112dbe04524c6db11505fbad407499a466f4aee07d942b7a0b1
MD5 413b982b3a16bdd2003dd219c69fcd1d
BLAKE2b-256 45c72a515945f79063210deb0ef87421ca185a7100bb14f86162e5d54ace7dc2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page