Called in read operations just before the record string is translated to a record.
The event handler receives an argument of type BeforeReadRecordEventArgs containing data related to this event. The following BeforeReadRecordEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| LineNumber | The current line number. |
| RecordLine | The just read record line. |
| SkipThisRecord | Set this property to true if you want to bypass the current line. |
MultiRecordEngine Class | FileHelpers Namespace