hoverinc / tableau-utilities

A module and CLI Utility for managing Tableau objects, locally, and in Tableau Online.
MIT License
4 stars 1 forks source link

Added an attribute to a TableauFile for has_extract_data #67

Closed JustinGrilli closed 1 year ago

JustinGrilli commented 1 year ago

Summary

In some cases, it is useful to know if the TableauFile you are working with has the Extract data included. So I want to add a flag to the TableauFile object, which indicates if it found Extract data when traversing the zipped file, parsing the XML.

Changes

Tests