Skip to main content
⚠️ This is not the latest version. View latest version (6.1)
Version: 6.0

DB Table Push

This node receives a DataFrame as input and writes its data into the selected database table.

It uses the FlowMapper interface, allowing users to visually map each input field to the corresponding destination table field.

The destination table can be:

  • An existing table, where data will be appended or updated.

  • A new table, created automatically based on the defined mapping.

    For a new table, the user can edit the fields names, datatypes and set the keys

Field mappings support advanced scripting and transformations, enabling flexible data conversions, computed values, and conditional logic before insertion.