Description
The main purpose of this brick is to export data to database table.
Use
To use this brick you need to specify data source and a table name you want selected data to be loaded into. There are few options available on how new data should be loaded into selected table:
- fail: If the table exists, do nothing.
- replace: If the table exists, drop it, recreate it, and insert data.
- append: If the table exists, insert data. Create if does not exist.