Categories

Versions

Write Hyper File (Tableau Table Writer)

Synopsis

This operator can write an ExampleSet to Tableau Hyper (.hyper) file.

Description

Hyper is Tableau's in-memory Data Engine technology optimized for fast data ingest and analytical query processing on large or complex data sets. Beginning in Tableau 10.5, new extracts use the .hyper file format instead of the .tde file format.

Input

  • input (Data table)

    This input port expects an ExampleSet which you want to extract to Tableau's format.

Output

  • through (Data table)

    The ExampleSet that was given as input is passed without changing to the output through this port.

  • file (File)

    The created .hyper file is provided as a file object that can be used as a direct input to other tableau operators.

Parameters

  • output file The .hyper file to extract the table into. The format depends on the installed library.
  • append If this parameter is set to true, the output is appended to the existing file. Otherwise, the target file is overwritten.
  • schema name The name of schema under which to create table and insert data (defaulted to "public")
  • table name The name of table where data will be inserted. If left blank, the table name will be derived from file name.
  • schema

    The list of available schemas within a .hyper file, from which a specific schema will be selected for appending examples.

    This parameter is available only when append is set to true. In this mode, selecting the schema is mandatory.

    If the schema does not already exist in the .hyper file, manually providing the schema will create it.

  • table

    The list of available tables within a .hyper file, from which a specific table will be selected for appending examples. If append parameter is set to true then selecting table is mandatory.

    This parameter is available only when append is set to true. In this mode, selecting the table is mandatory.

    If the table does not already exist in the .hyper file, manually providing the table will create under entered schema.

Tutorial Processes

Write a .hyper file

OSZAR »