Description

Subclass for handling the import of a csv file

ATTRIBUTES

csv

The csv object

"PRIVATE" ATTRIBUTES

file

The import file

METHODS

_build_csv

The lazy builder for the csv object

_build_file

The lazy builder for the file

The base class opens a file as UTF-8 and returns it.

next

Return the next row of data from the file