Export to tableau multiple files

Hello @sywon and welcome to the Community!

Unfortunately, column names in the "Export to Tableau" action have to be explicitly specified.

As a workaround, you can try to convert your CSV files to DSET files and then convert DSET files to Hyper files with direct calls to the Tableau Hyper Add-On executable. Here is an example project that converts DEST file to Hyper file:

But you'll have to specify column type for each column. So this approach may work only if all your columns have the same data type or you can calculate data type from column's name.

1 Like