SaveInvalidRecs: Boolean;
The SaveInvalidRecs property determines whether it is necessary to save error (skipped) records in a separate file.
Available values:
True. Skipped records are saved to a separate file.
False. Skipped records are not saved to a separate file.
To determine name of the file for error (skipped) records, use the IEtlPlainDataBulkConsumer.InvalidRecsFileName property.
The property use is given in example for the IEtlPlainDataBulkConsumer.EventId property.
See also: