Interface for record callbacks.
Method Index
| Name | Description |
|---|---|
| end_records | Called after the last record has been fed. |
| record | Called on each record. |
Member Details
- end_records()
-
Called after the last record has been fed.
- record(line)
-
Called on each record.
Parameters
Name Type Description line string the record being fed to the
Recordhandler.