DB Connection Table Writer

Writes the table from the input database connection into a new table inside the database.

Options

Schema
The optional database schema name.
Table
The table name to append or create.
Select a table
Click on the button to open the Database Metadata Browser which allows you to browse the database metadata and to select a table. At first opening it fetches the metadata from the database and caches it for subsequent use. Click the Refresh button to re-fetch the metadata from the database.
If table exists...
If no table with the given name exists in the database a new table will be created. However if a table with the entered name already exists in the database one of the following operations is performed depending on the selected option:
  • Overwrite: Overwrites an existing database table. All previous data will be deleted.
  • Append: All data rows will be appended to an existing database table. All previous data will be preserved.
  • Fail: The node will fail if a table with the same name already exists in the database.

Input Ports

Icon
DB Data referencing the data to write.

Output Ports

Icon
DB Data referencing the database table the data was inserted into.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.