IEtlPlainDataBulkConsumer.SaveInvalidRecs

Syntax

SaveInvalidRecs: Boolean;

Description

The SaveInvalidRecs property determines whether it is necessary to save error (skipped) records in a separate file.

Comments

Available values:

To determine name of the file for error (skipped) records, use the IEtlPlainDataBulkConsumer.InvalidRecsFileName property.

Example

The property use is given in example for the IEtlPlainDataBulkConsumer.EventId property.

See also:

IEtlPlainDataBulkConsumer