Insert records into a table in a registered datastore. This component allows you to map the values available in the flow with the columns of the target table, in order to insert these values into the table.
Additional values to write to error log
List of InputColumn<Object> OptionalHow much data to buffer before committing batches of data. Large batches often perform better, but require more memory.
Choice: Huge (1M values) Large (100k values) Medium (10k values) Small (1000 values) Tiny (100 values) RequiredNames of columns in the target table.
List of String Mapped with Values RequiredDatastore to write to
UpdateableDatastore RequiredDirectory or file path for saving erroneous records
File OptionalSchema name of target table
String OptionalTable to target (insert into)
String OptionalTruncate table before inserting?
boolean RequiredValues to write to the table
List of InputColumn<Object> Required