/Tableau-Parser

GNU General Public License v3.0GPL-3.0

Tableau-Parser V2.0 updated July 2018

This JAVA application extracts the Calculated Fields from a Tableau TWB (Tableau Workbook File ) file into a text file. The text output file is saved in the same directory as the TWB file.

To run the application from the command line, go to the dist folder and type the following: java -jar "TWB_Parser.jar"

To run the java excutiable application double click "TWB_Parser.jar"

Note:

  1. A TWBX file is a ZIP file, if you have to recover a TWB file from within a TWBX rename the .twbx file to .zip to explore its contents.
  2. The following application has been tested on tableau 10.2

Changes from V1.0:

  1. Calculated Fields that contained Tableau "Calculation_" now displays the Calculation Name.
  2. Datasources that Contained "sqlproxy." now displays the Datasource Name.