Insert
Last updated
Last updated
Inserts data into a database table.
Columns that will be loaded. If null
, all columns in the process will be inserted.
To select which columns will be loaded, use an array with the columns list:
To map columns from the etl process to the database table, use an associative array where the key
is the name of the process column and the value
is the table column:
Name of the database connection to use.
Populates the created_at
column with the current timestamp when inserting a row.
Indicates if the loader will perform database transactions.
Transaction commit size. The transaction option must be enabled.
Type
Default value
array
null
Type
Default value
string
default
Type
Default value
boolean
false
Type
Default value
boolean
true
Type
Default value
int
100