Tableau Embedding API
    Preparing search index...

    Interface ExportDataOptions

    Configuration object for exporting data.

    interface ExportDataOptions {
        columnsToIncludeById?: string[];
        ignoreAliases?: boolean;
    }
    Index

    Properties

    columnsToIncludeById?: string[]

    The columns to include specified by field id, includes all by default. The order of the column ids in the array determines the column order shown in the summary data table.

    ignoreAliases?: boolean

    Do not use aliases specified in the data source in Tableau. Default is false.