Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehA customer explained that while creating TDE's (Tableau Data Extract) is useful, they often like to package up the TDE with a corresponding workbook (TWB) into a TWBX. A single TWBX file can be conveniently sent/copied to others as it contains the data file.
I've created a simple node to perform this. It takes in one input, the data to be packaged into a TDE file. The user needs to specify:
1. The name of the TDE file to be created. This should be the same name as the TDE file that is currently referenced in the workbook (TWB).
2. The name of the TWBX file to be created.
3. The existing TWB file that will be packaged with the TDE file.
Attachments:
createTWBX.zip