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 a name of the file for error (skipped) errors, use the IEtlPlainDataCopy.InvalidRecsFileName property.
The property use is given in the example for the IEtlPlainDataCopy.EventId property.
See also: