IEtlPlainDataBulkConsumer.InvalidRecsFileName

Fore Syntax

InvalidRecsFileName: String;

Fore.NET Syntax

InvalidRecsFileName: string;

Description

The InvalidRecsFileName property determines name of the file for error (skipped) records.

Comments

To determine the method of handling the errors, which may occur on data loading, use the IEtlPlainDataBulkConsumer.ActionOnProblem property.

Fore and Fore.NET Examples

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

See also:

IEtlPlainDataBulkConsumer