Skip to main content

Update

Description:

Update is a step in the Output Plugin for Process Studio Workflows. This step is used for updating field in tables.

Configurations:

No.Field NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
2ConnectionName of the database connection on which the target table resides.
3Target SchemaThe name of the Schema for the table to write data to.
4Target TableName of the target table.
5Commit SizeThe number of rows after which to commit.
6Use batch updatesSelect this checkbox to decide if updates are in batch mode.
7Skip LookupSelect this checkbox to skip lookup.
8Ignore lookup failureSelect this checkbox to ignore lookup failure.
The keys to lookup the values:
1Table fieldField in the table to lookup
2ComparatorSelect from the list of comparators
3Stream field1Table field is compared with Stream field1 using comparator
4Stream field2Table field is compared with Stream field2 using comparator
Update Fields:
1Table fieldThe field to be updated in the table
2Stream fieldThe field in the stream used to update the table field.
3UpdateSelect Y/N to confirm update