This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Needed to make changes to the Site Inventory workbook generation code…
… to account for new Tableau Workbook XML format changes. Data Source XML definitions are now all 'federated' data sources. This results in the need for more complex code to find/replace the template XML.
- Loading branch information
unknown
authored and
unknown
committed
May 8, 2017
1 parent
dd9b7e3
commit fdf8464
Showing
5 changed files
with
181 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
NOTE: | ||
The Tableau Workbook in this directory (SiteInventory.twb) is used as a template from which the Site Inventory Workbookis generated. | ||
|
||
If you want to edit the Tableau Workbook, MAKE SURE you have it point to a sample *.csv file named 'siteInventoryTemplate.csv'. | ||
The TabMigrate code that generates the Site Inventory workbook looks for and replaces the data file references to | ||
'siteInventoryTemplate.csv' in this template workbook. If the Workbook is saved with a reference to another file name the search/replace | ||
will not work and the result will be a Tableau Workbook that does NOT point to the data of the exported site. |
Oops, something went wrong.