DB Writer (DB Data)

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

Options

Database name
The name of the database (or catalogue) to use.
Schema name
The optional database schema name.
Table name
The table name to append or create.
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.