includeOpForFullLoad property
A value that enables a full load to write INSERT operations to the
comma-separated value (.csv) output files only to indicate how the rows were
added to the source database.
For full load, records can only be inserted. By default (the
false
setting), no information is recorded in these output
files for a full load to indicate that the rows were inserted at the source
database. If IncludeOpForFullLoad
is set to true
or y
, the INSERT is recorded as an I annotation in the first
field of the .csv file. This allows the format of your target records from a
full load to be consistent with the target records from a CDC load.
Implementation
final bool? includeOpForFullLoad;