Skip to main content

Committers

Start here to configure output committers. The usage sample shows a single committer block and links to common implementations.

Usage

class: SqlCommitter
connectionUrl: string
createFieldSQL: string
createTableSQL: string
credentials:
password: string
passwordKey: {}
username: string
driverClass: string
driverPath: string
fieldMappings: {}
fixFieldNames: false
fixFieldValues: false
multiValuesJoiner: string
primaryKey: string
properties:
caseInsensitiveKeys: false
queue:
class: FsQueue
batchSize: 0
commitLeftoversOnInit: false
maxPerFolder: 0
onCommitFailure: {}
restrictions:
- {}
tableName: string
targetContentField: string

Key Types