TextConverter Object |
IsNewRecord is called for each new line of the input text. An implementation of this method is needed to handle an irregular record delimiter. For example, a record number is a designated record delimiter and several input text lines belong to a single input record. You can use the record delimiter option for a non-constant delimiter like this, but you can easily solve this issue by implementing the IsNewRecord method.
return true to indicate that the line is a beginning of a new record; otherwise, return false . Example This sample illustrates how to handle a non-constant record delimiter (record number).
See also
|
SiMX Help > 1. TextConverter > 3. Developer's Reference > TextConverter Object > Context Methods >